Commit 9251dbd5 authored by Barry Perlman's avatar Barry Perlman Committed by Yoni Fogel

[t:3228] Patch out upgrade tests.

git-svn-id: file:///svn/toku/tokudb@27618 c7de825b-a66e-492c-adef-691d508d4ae1
parent 63cf0bbd
...@@ -30,13 +30,18 @@ TLIBTDB=../libtokudbtrace.$(SOEXT) ...@@ -30,13 +30,18 @@ TLIBTDB=../libtokudbtrace.$(SOEXT)
%.tdb$(BINSUF): RPATH_DIRS+=$(dir $(LIBTDB)) %.tdb$(BINSUF): RPATH_DIRS+=$(dir $(LIBTDB))
endif endif
SRCS = $(sort $(wildcard *.c))
RECOVER_SRCS = $(wildcard recover-*.c) RECOVER_SRCS = $(wildcard recover-*.c)
LOADER_SRCS = $(wildcard loader-*.c) LOADER_SRCS = $(wildcard loader-*.c)
TRANSPARENT_UPGRADE_SRCS = $(wildcard upgrade-*.c) TRANSPARENT_UPGRADE_SRCS = $(wildcard upgrade*.c)
NONSTANDARD_SRCS= \ NONSTANDARD_SRCS= \
$(RECOVER_SRCS) \ $(RECOVER_SRCS) \
$(LOADER_SRCS) \ $(LOADER_SRCS) \
# TODO: #3228
# SRCS = $(sort $(wildcard *.c))
SRCS = $(sort $(filter-out $(TRANSPARENT_UPGRADE_SRCS),$(wildcard *.c)))
#end #end
#Tests that don't compile in windows. SHould #Tests that don't compile in windows. SHould
......
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