summaryrefslogtreecommitdiff
path: root/testsuite/tests/afl-instrumentation/afl-showmap-test.ml
diff options
context:
space:
mode:
authorNick Barnes <nick@tarides.com>2023-05-02 21:16:12 +0100
committerNick Barnes <nick@tarides.com>2023-05-02 21:16:12 +0100
commitd3a5c923939a1fc03cc14c005d61210d8c3bd546 (patch)
tree5459de2b7b6cbaa1167d18224f1ea5d256e2f3f7 /testsuite/tests/afl-instrumentation/afl-showmap-test.ml
parentad111da274b58d82249f92b8c79ee252bf25525b (diff)
parent23dab79a4e42856aa33816b9c79c3d4d79959cb9 (diff)
downloadocaml-d3a5c923939a1fc03cc14c005d61210d8c3bd546.tar.gz
Merge branch 'trunk' into nick-get-copy
Diffstat (limited to 'testsuite/tests/afl-instrumentation/afl-showmap-test.ml')
-rw-r--r--testsuite/tests/afl-instrumentation/afl-showmap-test.ml32
1 files changed, 17 insertions, 15 deletions
diff --git a/testsuite/tests/afl-instrumentation/afl-showmap-test.ml b/testsuite/tests/afl-instrumentation/afl-showmap-test.ml
index 5efc626874..d63739a4fc 100644
--- a/testsuite/tests/afl-instrumentation/afl-showmap-test.ml
+++ b/testsuite/tests/afl-instrumentation/afl-showmap-test.ml
@@ -1,16 +1,18 @@
-(* TEST (* Just a test-driver *)
- * native-compiler
- ** script
- script = "sh ${test_source_directory}/has-afl-showmap.sh"
- readonly_files = "harness.ml test.ml"
- *** setup-ocamlopt.byte-build-env
- **** ocamlopt.byte
- module = "test.ml"
- flags = "-afl-instrument"
- ***** ocamlopt.byte
- module = ""
- program = "${test_build_directory}/test"
- flags = "-afl-inst-ratio 0"
- all_modules = "test.cmx harness.ml"
- ****** run
+(* TEST
+ native-compiler;
+ script = "sh ${test_source_directory}/has-afl-showmap.sh";
+ readonly_files = "harness.ml test.ml";
+ script;
+ setup-ocamlopt.byte-build-env;
+ module = "test.ml";
+ flags = "-afl-instrument";
+ ocamlopt.byte;
+ module = "";
+ program = "${test_build_directory}/test";
+ flags = "-afl-inst-ratio 0";
+ all_modules = "test.cmx harness.ml";
+ ocamlopt.byte;
+ run;
*)
+
+(* No code here, this file is a pure test script. *)