diff options
| author | Gabriel Kerneis | 2013-10-10 17:17:18 +0100 |
|---|---|---|
| committer | Gabriel Kerneis | 2013-10-10 17:17:18 +0100 |
| commit | ee74df73e643a905e70bb234a150a05e94a9e9ff (patch) | |
| tree | 889ef1c43bc5a54c32f10ab5f7146947400c30a0 /src/test/run_tests.ml | |
| parent | 0933b8ccc06a067f8772b70f1bacc8b58097843b (diff) | |
Another stupid test
Diffstat (limited to 'src/test/run_tests.ml')
| -rw-r--r-- | src/test/run_tests.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run_tests.ml b/src/test/run_tests.ml index 56dd88c9..58ea2b17 100644 --- a/src/test/run_tests.ml +++ b/src/test/run_tests.ml @@ -1,5 +1,6 @@ let tests = [ "test1", Test1.defs; + "test2", Test2.defs; ] ;; let run_all () = List.iter Run_interp.run tests ;; |
