thin_metadata_t now reproduces the recursive new_block() error.

This commit is contained in:
Joe Thornber
2013-04-11 13:41:43 +01:00
parent 3629e1e2b5
commit dde775ef52
4 changed files with 74 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ TEST_SOURCE=\
unit-tests/cache_t.cc \
unit-tests/endian_t.cc \
unit-tests/space_map_t.cc \
unit-tests/thin_metadata_t.cc \
unit-tests/transaction_manager_t.cc
TEST_OBJECTS=$(subst .cc,.gmo,$(TEST_SOURCE))