summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-caml-tex/ellipses.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/tool-caml-tex/ellipses.ml')
-rw-r--r--testsuite/tests/tool-caml-tex/ellipses.ml21
1 files changed, 10 insertions, 11 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;
*)