Commit 39357d46 authored by Yoni Fogel's avatar Yoni Fogel

Added make local in newbrt to skip building tests

git-svn-id: file:///svn/toku/tokudb@17680 c7de825b-a66e-492c-adef-691d508d4ae1
parent f20d5b93
......@@ -30,11 +30,14 @@ BINS_RAW= \
BINS_O = $(patsubst %,%.$(OEXT),$(BINS_RAW))
.PHONY: build default bins libs
.PHONY: build default bins libs local
build default: bins libs $(TEST_NEWBRT)
build default: local
cd tests;$(MAKE) build
local: bins libs $(TEST_NEWBRT);
BRT_SOURCES = \
block_allocator \
block_table \
......
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