Commit cd5a0cd6 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

fix the test1305 Makefile rule close[t:1997]

git-svn-id: file:///svn/toku/tokudb@14416 c7de825b-a66e-492c-adef-691d508d4ae1
parent 8e33605c
......@@ -134,12 +134,14 @@ check_fail:
check_ok:
test 0 = 0 $(SUMMARIZE_CMD)
# Don't run 1305 under valgrind. It takes way too long.
check_test1305: VGRIND=
ifeq ($(SKIP_1305),1)
check_test1305:
@echo SKIPPED SLOW TEST $@
else
# Don't run 1305 under valgrind. It takes way too long.
check_test1305: test1305$(BINSUF)
./$< $(VERBVERBOSE) $(SUMMARIZE_CMD)
endif
check_benchmarktest_256: benchmark-test$(BINSUF) $(PTHREAD_LOCAL)
......
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