Commit 95a08890 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

One-per-line in the makefile BINS

git-svn-id: file:///svn/tokudb@191 c7de825b-a66e-492c-adef-691d508d4ae1
parent 113330f5
......@@ -20,7 +20,19 @@ LDFLAGS = $(OPTFLAGS) -g $(GCOV_FLAGS) $(PROF_FLAGS)
default: bins
BINS = pma-test brt-test cachetable-test brt-serialize-test randbrt randdb4 hashtest ybt-test benchmark-test
# Put these one-per-line so that if we insert a new one the svn diff can understand it better.
# Also keep them sorted.
BINS = \
benchmark-test \
brt-serialize-test \
brt-test \
cachetable-test \
hashtest \
pma-test \
randbrt \
randdb4 \
ybt-test \
bins: $(BINS)
check: bins
$(DTOOL) ./ybt-test
......
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