Script to run ocaml test suites on Caml code even if it does not compile.
Find a file
2023-01-20 08:30:23 +01:00
.vscode init 2023-01-20 08:29:23 +01:00
example init 2023-01-20 08:29:23 +01:00
lib init 2023-01-20 08:29:23 +01:00
mod.ts init 2023-01-20 08:29:23 +01:00
README.md updated readme 2023-01-20 08:30:23 +01:00
run.ts init 2023-01-20 08:29:23 +01:00

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