OPA conformance tests (#45)

Run regorus against OPA test suite.

To run full test suite:
  cargo test --test opa

To run specific folder (e.g semver):
  cargo test --test opa -- semver

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2023-11-15 17:09:53 -08:00
committed by GitHub
parent 72070a7061
commit a75f7c51df
5 changed files with 255 additions and 173 deletions
-1
View File
@@ -3,7 +3,6 @@
mod interpreter;
mod lexer;
mod opa;
mod parser;
mod scheduler;
mod value;