diff --git a/Makefile.coq.local b/Makefile.coq.local index b7d4c4ca5c4983735e5c9814d619fad48825b556..40fea9f72d10ca620c2bdb8b326acede82ac88a7 100644 --- a/Makefile.coq.local +++ b/Makefile.coq.local @@ -8,7 +8,7 @@ MAKE_REF:= real-all: $(if $(NO_TEST),,test) # the test suite -TESTFILES:=$(shell find tests/ -name "*.v") +TESTFILES:=$(shell find tests -name "*.v") NORMALIZER:=test-normalizer.sed test: $(TESTFILES:.v=.vo)