fix the linux tests make check rule. addresses #1524

git-svn-id: file:///svn/toku/tokudb@9877 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Rich Prohaska 2013-04-16 23:57:43 -04:00 committed by Yoni Fogel
parent 6c03cb6150
commit 89251b22ef

View file

@ -14,7 +14,7 @@ all: $(TARGETS)
test-gettime: test-gettime.c
$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $< $(LDFLAGS) -lrt
check: $(RUNTARGETS)
check: $(TARGETS) $(RUNTARGETS)
%.tdbrun: %
$(VGRIND) ./$<