Commit 89251b22 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

fix the linux tests make check rule. addresses #1524

git-svn-id: file:///svn/toku/tokudb@9877 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6c03cb61
......@@ -14,7 +14,7 @@ all: $(TARGETS)
test-gettime: test-gettime.c
$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $< $(LDFLAGS) -lrt
check: $(RUNTARGETS)
check: $(TARGETS) $(RUNTARGETS)
%.tdbrun: %
$(VGRIND) ./$<
......
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