]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile: remove VerifyFileStore from test_idempotent_sequence build
authorJoao Eduardo Luis <jecluis@gmail.com>
Thu, 12 Apr 2012 21:29:40 +0000 (22:29 +0100)
committerSage Weil <sage.weil@dreamhost.com>
Sat, 14 Apr 2012 03:38:22 +0000 (20:38 -0700)
Signed-off-by: Joao Eduardo Luis <jecluis@gmail.com>
src/Makefile.am

index 790c7e862e56327cebe1f0babce5d4c70e7c78a1..0534abe63873b9fae0b5a2cb3ef1cd6bcbd7c100 100644 (file)
@@ -210,8 +210,7 @@ bin_DEBUGPROGRAMS += dupstore streamtest test_filestore_idempotent test_filestor
 test_filestore_idempotent_sequence_SOURCES = \
      test/filestore_test/test_idempotent_sequence.cc \
      test/filestore_test/DeterministicOpSequence.cc \
-     test/filestore_test/TestFileStoreState.cc \
-     test/filestore_test/VerifyFileStore.cc
+     test/filestore_test/TestFileStoreState.cc 
 test_filestore_idempotent_sequence_LDADD = libos.la leveldb/libleveldb.a $(LIBGLOBAL_LDA)
 bin_DEBUGPROGRAMS += test_filestore_idempotent_sequence