Skip to content

Commit e427cfd

Browse files
committed
change the function tested in graph2.dpdusage,
make sure the clean directive removes the tests vo files
1 parent d633234 commit e427cfd

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Make_coq.local

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ TESTS_DPD=$(TESTDIR)/graph.dpd $(TESTDIR)/graph2.dpd \
5858
$(TESTDIR)/Polymorph.dpd \
5959
$(TESTDIR)/PrimitiveProjections.dpd \
6060
$(TESTDIR)/PrimitiveProjections2.dpd
61+
TESTS_VO=$(TESTDIR)/Morph.vo $(TESTDIR)/Test.vo $(TESTDIR)/Polymorph.vo\
62+
$(TESTDIR)/PrimitiveProjections.vo
6163
TESTS_DOT=$(TESTS_DPD:%.dpd=%.dot)
6264
TESTS_ERR_DPD=$(wildcard $(TESTDIR)/*.err.dpd)
6365

@@ -177,4 +179,4 @@ clean ::
177179
rm -f dpd_parse.ml dpd_parse.mli dpd_lex.ml dpd2dot.cm[ix] dpd2dot.o\
178180
dpd_compute.cm[ix] dpd_compute.o dpd_dot.cm[ix] dpd_dot.o \
179181
dpd_lex.cm[ix] dpd_lex.o dpd_parse.cm[ix] dpd_parse.o has_ocamlgraph \
180-
$(TESTS_DPD)
182+
$(TESTS_DPD) $(TESTS_VO)

tests/graph2.dpdusage.oracle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Info: read file tests/graph2.dpd
2-
Test:Permutation_app_swap (0)
2+
Test:count_occ_inv_nil (0)

0 commit comments

Comments
 (0)