Skip to content

Commit 1f2023c

Browse files
committed
'make check' now tests the new module 'Clique'
1 parent 64c05eb commit 1f2023c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ bin/testunix.opt: $(CMXA) myTest/testunix.ml
351351
$(OCAMLOPT) -unsafe -inline 100 -o $@ unix.cmxa $^
352352

353353
check: $(CMA) tests/check.ml bin/test-ts
354-
ocaml $(CMA) tests/check.ml
354+
ocaml $(CMA) tests/test_clique.ml tests/check.ml
355355
bin/test-ts 10
356356

357357
# Additional rules

tests/check.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,8 @@ module TestSigPack : RightSigPack = struct
688688
type g = t
689689
end
690690

691+
include Test_clique
692+
691693
(*
692694
Local Variables:
693695
compile-command: "make -C .. check"

0 commit comments

Comments
 (0)