Skip to content

Commit

Permalink
fixed 'make check'
Browse files Browse the repository at this point in the history
  • Loading branch information
backtracking committed Feb 13, 2017
1 parent 58c7e24 commit 726e8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ bin/testunix.opt: $(CMXA) myTest/testunix.ml
$(OCAMLOPT) -unsafe -inline 100 -o $@ unix.cmxa $^

check: $(CMA) tests/check.ml bin/test-ts
ocaml $(CMA) tests/test_clique.ml tests/check.ml
ocaml -I . $(CMA) tests/test_clique.ml tests/check.ml
bin/test-ts 10

# Additional rules
Expand Down

0 comments on commit 726e8d6

Please sign in to comment.