summaryrefslogtreecommitdiff
path: root/testsuite/tests/ppx-contexts/test.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ppx-contexts/test.ml')
-rw-r--r--testsuite/tests/ppx-contexts/test.ml36
1 files changed, 13 insertions, 23 deletions
diff --git a/testsuite/tests/ppx-contexts/test.ml b/testsuite/tests/ppx-contexts/test.ml
index a8b0be1fa4..558de98748 100644
--- a/testsuite/tests/ppx-contexts/test.ml
+++ b/testsuite/tests/ppx-contexts/test.ml
@@ -1,27 +1,17 @@
(* TEST
-readonly_files = "myppx.ml"
-include ocamlcommon
-* setup-ocamlc.byte-build-env
-** ocamlc.byte
-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}"
-***** check-ocamlc.byte-output
+ 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 *)