We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c05eb commit 1f2023cCopy full SHA for 1f2023c
Makefile.in
@@ -351,7 +351,7 @@ bin/testunix.opt: $(CMXA) myTest/testunix.ml
351
$(OCAMLOPT) -unsafe -inline 100 -o $@ unix.cmxa $^
352
353
check: $(CMA) tests/check.ml bin/test-ts
354
- ocaml $(CMA) tests/check.ml
+ ocaml $(CMA) tests/test_clique.ml tests/check.ml
355
bin/test-ts 10
356
357
# Additional rules
tests/check.ml
@@ -688,6 +688,8 @@ module TestSigPack : RightSigPack = struct
688
type g = t
689
end
690
691
+include Test_clique
692
+
693
(*
694
Local Variables:
695
compile-command: "make -C .. check"
0 commit comments