summaryrefslogtreecommitdiff
path: root/testsuite/tests/afl-instrumentation/afl-showmap-test.ml
blob: d63739a4fc4811ac4897b752b115f5edf0e8a88b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(* 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. *)