File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,8 @@ TEST_FILES = \
45
45
46
46
lib/napkinscript.exe : $(FILES )
47
47
$(OCAMLOPT ) $(OCAMLFLAGS ) -O2 -o ./lib/napkinscript.exe -I +compiler-libs ocamlcommon.cmxa -I src $(FILES )
48
-
49
- build-native : lib/refmt.exe lib/napkinscript.exe depend
50
48
49
+ build-native : lib/refmt.exe lib/napkinscript.exe depend
51
50
52
51
bootstrap : build-native
53
52
ocaml unix.cma ./scripts/bspack.ml -bs-main Napkin_cli -I src -o ./lib/napkinscript.ml
@@ -67,7 +66,7 @@ lib/bench.exe: benchmarks/refmt_main3b.cmx benchmarks/Benchmark.ml $(FILES)
67
66
benchmarks/refmt_main3b.cmx : benchmarks/refmt_main3b.ml
68
67
$(OCAMLOPT ) -c -O2 -I +compiler-libs ocamlcommon.cmxa benchmarks/refmt_main3b.ml
69
68
70
- lib/test.exe : $(TEST_FILES ) tests/napkin_test.cmx depend
69
+ lib/test.exe : $(TEST_FILES ) build-native tests/napkin_test.cmx
71
70
$(OCAMLOPT ) $(OCAMLFLAGS ) -O2 -o ./lib/test.exe -bin-annot -I +compiler-libs ocamlcommon.cmxa -I src -I tests $(FILES ) $(TEST_FILES ) tests/napkin_test.cmx
72
71
73
72
test : build-native lib/test.exe
You can’t perform that action at this time.
0 commit comments