File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 6868 eval $(opam env)
6969 make test_java_backend
7070
71+ - name : Test Ocaml backend
72+ run : |
73+ make test_ocaml_backend
74+
7175
7276
7377
Original file line number Diff line number Diff line change @@ -74,10 +74,13 @@ endif
7474test_dgfip_c_backend :
7575 $(MAKE ) -C examples/dgfip_c/ backend_tests
7676
77+ test_ocaml_backend :
78+ $(MAKE ) -C examples/ocaml/ run_tests
79+
7780quick_test :
7881 $(MLANG ) --backend interpreter --function_spec $(M_SPEC_FILE ) $(SOURCE_FILES )
7982
80- all : tests test_java_backend test_dgfip_c_backend quick_test
83+ all : tests test_java_backend test_dgfip_c_backend test_ocaml_backend quick_test
8184
8285# #################################################
8386# Doc
@@ -90,6 +93,7 @@ doc: FORCE
9093clean :
9194 $(MAKE ) -C examples/dgfip_c clean
9295 $(MAKE ) -C examples/java clean
96+ $(MAKE ) -C examples/ocaml clean
9397 dune clean
9498
9599FORCE :
You can’t perform that action at this time.
0 commit comments