From b37f5ffc76388a647563f7146ba00e7150e391d2 Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Wed, 4 Feb 2015 16:24:52 -0800 Subject: [PATCH] Put db_test back to TESTS in Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2ecf5f9f4..215ecb8a7 100644 --- a/Makefile +++ b/Makefile @@ -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 \