summaryrefslogtreecommitdiff
path: root/testsuite/tests/ppx-contexts/test.ml
blob: 558de987487a60168be4d71cef293d24171aaa36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(* TEST
 readonly_files = "myppx.ml";
 include ocamlcommon;
 setup-ocamlc.byte-build-env;
 program = "${test_build_directory}/myppx.exe";
 all_modules = "myppx.ml";
 ocamlc.byte;
 module = "test.ml";
 flags = "-thread -I ${test_build_directory} -open List -rectypes -principal -alias-deps -unboxed-types -ppx ${program}";
 ocamlc.byte;
 module = "test.ml";
 flags = "-g -no-alias-deps -no-unboxed-types -ppx ${program}";
 ocamlc.byte;
 check-ocamlc.byte-output;
*)

(* empty *)