moving autovector_test after db_test

This commit is contained in:
Igor Canadi 2014-01-02 03:30:29 -08:00
parent 52ea1be90a
commit 345fb94d26

View File

@ -49,8 +49,8 @@ VALGRIND_VER := $(join $(VALGRIND_VER),valgrind)
VALGRIND_OPTS = --error-exitcode=$(VALGRIND_ERROR) --leak-check=full
TESTS = \
autovector_test \
db_test \
autovector_test \
table_properties_collector_test \
arena_test \
auto_roll_logger_test \