From dda85e97516ae4d47680ccf40cc9ff944d24db57 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Thu, 23 May 2013 14:43:53 +0100 Subject: [PATCH] [unit-tests] remove thin_metadata_t (wasn't testing much, and is now broken) --- unit-tests/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unit-tests/Makefile.in b/unit-tests/Makefile.in index dd01f05..cde62d9 100644 --- a/unit-tests/Makefile.in +++ b/unit-tests/Makefile.in @@ -54,9 +54,10 @@ TEST_SOURCE=\ unit-tests/endian_t.cc \ unit-tests/space_map_t.cc \ unit-tests/span_iterator_t.cc \ - unit-tests/thin_metadata_t.cc \ unit-tests/transaction_manager_t.cc +# unit-tests/thin_metadata_t.cc \ + TEST_OBJECTS=$(subst .cc,.gmo,$(TEST_SOURCE)) # .gmo files are plain .o files, only they've been built with gmock