Commit 83643695 authored by Yoni Fogel's avatar Yoni Fogel

Added X.run alias for X.bdbrun and X.tdbrun

git-svn-id: file:///svn/tokudb@692 c7de825b-a66e-492c-adef-691d508d4ae1
parent 0e4a3fe5
......@@ -49,13 +49,16 @@ check.bdb: $(RUN_BDB_TESTS)
check.tdb: $(RUN_TDB_TESTS)
# Need these rule so that Make knows about all the file names
.PHONY: %.bdbrun %.tdbrun
.PHONY: %.bdbrun %.tdbrun %.run
$(RUN_ALL_TESTS):
$(ALL_TESTS):
%.foo:
echo $@
%.run: %.bdbrun %.tdbrun
%.bdbrun: %.bdb
$(UNSETTOKUENV); $(VGRIND) ./$<
%.tdbrun: %.tdb
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment