summaryrefslogtreecommitdiff
path: root/testsuite/tests/afl-instrumentation/afl-fuzz-test.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/afl-instrumentation/afl-fuzz-test.ml')
-rw-r--r--testsuite/tests/afl-instrumentation/afl-fuzz-test.ml24
1 files changed, 13 insertions, 11 deletions
diff --git a/testsuite/tests/afl-instrumentation/afl-fuzz-test.ml b/testsuite/tests/afl-instrumentation/afl-fuzz-test.ml
index 8547b388a3..4880f613a8 100644
--- a/testsuite/tests/afl-instrumentation/afl-fuzz-test.ml
+++ b/testsuite/tests/afl-instrumentation/afl-fuzz-test.ml
@@ -1,12 +1,14 @@
-(* TEST (* Just a test-driver *)
- * native-compiler
- ** script
- script = "sh ${test_source_directory}/has-afl-fuzz.sh"
- readonly_files = "readline.ml"
- *** setup-ocamlopt.byte-build-env
- **** ocamlopt.byte
- program = "${test_build_directory}/readline"
- flags = "-afl-instrument"
- all_modules = "readline.ml"
- ***** run
+(* TEST
+ native-compiler;
+ script = "sh ${test_source_directory}/has-afl-fuzz.sh";
+ readonly_files = "readline.ml";
+ script;
+ setup-ocamlopt.byte-build-env;
+ program = "${test_build_directory}/readline";
+ flags = "-afl-instrument";
+ all_modules = "readline.ml";
+ ocamlopt.byte;
+ run;
*)
+
+(* No code here, this file is a pure test script. *)