Commit 1fc30174 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 b8dbe798
......@@ -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