Put db_test back to TESTS in Makefile

This commit is contained in:
Igor Canadi 2015-02-04 16:24:52 -08:00
parent 108470e963
commit b37f5ffc76

View File

@ -111,6 +111,7 @@ VALGRIND_VER := $(join $(VALGRIND_VER),valgrind)
VALGRIND_OPTS = --error-exitcode=$(VALGRIND_ERROR) --leak-check=full
TESTS = \
db_test \
db_iter_test \
block_hash_index_test \
autovector_test \