init
This commit is contained in:
commit
ab055ed8fc
11 changed files with 197 additions and 0 deletions
27
README.md
Normal file
27
README.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# 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](https://deno.land).
|
||||
|
||||
```sh
|
||||
deno run -A --unstable "./run.ts" <input_files> <tests_folder>
|
||||
```
|
||||
|
||||
example :
|
||||
|
||||
```sh
|
||||
deno run -A --unstable "./run.ts" "./example/source.ml" "./example/tests"
|
||||
```
|
||||
|
||||
## Author
|
||||
|
||||
- JOLIMAITRE Matthieu <matthieu@imagevo.fr>
|
Loading…
Add table
Add a link
Reference in a new issue