Skip to content

Commit

Permalink
'make check' now tests the new module 'Clique'
Browse files Browse the repository at this point in the history
  • Loading branch information
signoles committed Jan 22, 2015
1 parent 64c05eb commit 1f2023c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,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/check.ml
ocaml $(CMA) tests/test_clique.ml tests/check.ml
bin/test-ts 10

# Additional rules
Expand Down
2 changes: 2 additions & 0 deletions tests/check.ml
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,8 @@ module TestSigPack : RightSigPack = struct
type g = t
end

include Test_clique

(*
Local Variables:
compile-command: "make -C .. check"
Expand Down

0 comments on commit 1f2023c

Please sign in to comment.