summaryrefslogtreecommitdiff
path: root/testsuite/tests/unboxed-primitive-args/test.ml
blob: 6490954a68a5e564dd3e1815097dfda44b14a2a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(* TEST
 readonly_files = "common.mli common.ml test_common.c test_common.h";
 setup-ocamlopt.byte-build-env;
 test_file = "${test_source_directory}/gen_test.ml";
 ocaml_script_as_argument = "true";
 arguments = "c";
 compiler_output = "stubs.c";
 ocaml;
 arguments = "ml";
 compiler_output = "main.ml";
 ocaml;
 all_modules = "test_common.c stubs.c common.mli common.ml main.ml";
 ocamlopt.byte;
 run;
 check-program-output;
*)