Skip to content

Commit

Permalink
Remove qtest target in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
thelema committed Mar 4, 2011
1 parent 41510d5 commit 772799c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Expand Up @@ -157,7 +157,4 @@ qtest/%_t.ml: src/%.ml _build/build/make_suite.$(EXT)
#put all the testing modules in a library
qtest/test_mods.mllib: $(TESTABLE)
echo -n "Quickcheck Tests " > $@
echo $(patsubst src/%.ml,%_t, $(TESTABLE)) >> $@

qtest: test
echo "Don't run 'make qtest' anymore, just run 'make test'"
echo $(patsubst src/%.ml,%_t, $(TESTABLE)) >> $@

0 comments on commit 772799c

Please sign in to comment.