]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
makefile changes for interval tree
authorJojy George Varghese <jvarghese@scalecomputing.com>
Wed, 12 Oct 2011 06:47:10 +0000 (23:47 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Fri, 14 Oct 2011 03:03:03 +0000 (20:03 -0700)
Added unit test case for interval tree to the makefile template.

Signed-off-by: Jojy George Varghese <jvarghese@scalecomputing.com>
src/Makefile.am

index 2d13d72e71cd4b9a489b9b2498369f75fcfbfc0b..317cbaa7c2bf665238a0ed26744dbd233a3bb1d7 100644 (file)
@@ -590,6 +590,11 @@ unittest_librgw_CXXFLAGS = ${CRYPTO_CFLAGS} ${AM_CXXFLAGS} ${UNITTEST_CXXFLAGS}
 check_PROGRAMS += unittest_librgw
 endif
 
+unittest_interval_tree_SOURCES = test/TestIntervalTree.cc
+unittest_interval_tree_LDADD = ${UNITTEST_LDADD} $(LIBGLOBAL_LDA)
+unittest_interval_tree_CXXFLAGS = ${AM_CXXFLAGS} ${UNITTEST_CXXFLAGS}
+check_PROGRAMS += unittest_interval_tree
+
 test_librbd_SOURCES = test/test_librbd.cc
 test_librbd_LDADD =  librbd.la librados.la ${UNITTEST_STATIC_LDADD}
 test_librbd_CXXFLAGS = ${AM_CXXFLAGS} ${UNITTEST_CXXFLAGS}