moving autovector_test after db_test

main
Igor Canadi 11 years ago
parent 52ea1be90a
commit 345fb94d26
  1. 2
      Makefile

@ -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 \

Loading…
Cancel
Save