Script to run ocaml test suites on Caml code even if it does not compile.
.vscode | ||
example | ||
lib | ||
mod.ts | ||
README.md | ||
run.ts |
CAMELO
Because we can't anymore :(
Description
Script to run ocaml test suites on Caml code even if it does not compile.
Usage
requires deno.
deno run -A --unstable "./run.ts" <input_files> <tests_folder>
example :
deno run -A --unstable "https://raw.githubusercontent.com/MajorBarnulf/epitls-camelo/master/run.ts" "./example/source.ml" "./example/tests"
Author
- JOLIMAITRE Matthieu matthieu@imagevo.fr