summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-caml-tex
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/tool-caml-tex')
-rw-r--r--testsuite/tests/tool-caml-tex/ellipses.ml21
-rw-r--r--testsuite/tests/tool-caml-tex/redirections.ml33
2 files changed, 27 insertions, 27 deletions
diff --git a/testsuite/tests/tool-caml-tex/ellipses.ml b/testsuite/tests/tool-caml-tex/ellipses.ml
index 75f717c88a..bc0105c209 100644
--- a/testsuite/tests/tool-caml-tex/ellipses.ml
+++ b/testsuite/tests/tool-caml-tex/ellipses.ml
@@ -1,13 +1,12 @@
(* TEST
- reference="${test_source_directory}/ellipses.reference"
- output="ellipses.output"
- readonly_files = "${test_source_directory}/ellipses.input"
- script = "${ocamlrun} ${ocamlsrcdir}/tools/ocamltex \
- -repo-root ${ocamlsrcdir} ${readonly_files} -o ${output}"
- * hasstr
- ** hasunix
- *** native-compiler
- **** shared-libraries
- ***** script with unix,str
- ****** check-program-output
+ reference = "${test_source_directory}/ellipses.reference";
+ output = "ellipses.output";
+ readonly_files = "${test_source_directory}/ellipses.input";
+ script = "${ocamlrun} ${ocamlsrcdir}/tools/ocamltex -repo-root ${ocamlsrcdir} ${readonly_files} -o ${output}";
+ hasstr;
+ hasunix;
+ native-compiler;
+ shared-libraries;
+ script with unix, str;
+ check-program-output;
*)
diff --git a/testsuite/tests/tool-caml-tex/redirections.ml b/testsuite/tests/tool-caml-tex/redirections.ml
index f78875c937..072f11d9f5 100644
--- a/testsuite/tests/tool-caml-tex/redirections.ml
+++ b/testsuite/tests/tool-caml-tex/redirections.ml
@@ -1,18 +1,19 @@
(* TEST
- reference="${test_source_directory}/redirections.reference"
- output="redirections.output"
- readonly_files = "${test_source_directory}/redirections.input"
- script = "${ocamlrun} ${ocamlsrcdir}/tools/ocamltex \
- -repo-root ${ocamlsrcdir} ${readonly_files} -o ${output}"
- * hasstr
- ** hasunix
- *** native-compiler
- **** shared-libraries
- ***** script with unix,str
- ****** check-program-output
- **** no-shared-libraries
- ***** script with unix,str
- script = "${ocamlsrcdir}/tools/ocamltex \
- -repo-root ${ocamlsrcdir} ${readonly_files} -o ${output}"
- ****** check-program-output
+ reference = "${test_source_directory}/redirections.reference";
+ output = "redirections.output";
+ readonly_files = "${test_source_directory}/redirections.input";
+ script = "${ocamlrun} ${ocamlsrcdir}/tools/ocamltex -repo-root ${ocamlsrcdir} ${readonly_files} -o ${output}";
+ hasstr;
+ hasunix;
+ native-compiler;
+ {
+ shared-libraries;
+ script with unix, str;
+ check-program-output;
+ }{
+ no-shared-libraries;
+ script = "${ocamlsrcdir}/tools/ocamltex -repo-root ${ocamlsrcdir} ${readonly_files} -o ${output}";
+ script with unix, str;
+ check-program-output;
+ }
*)