From f658cb4a37da2d5c90f0ce6c2ac0f963b62787d8 Mon Sep 17 00:00:00 2001 From: Jojy George Varghese Date: Tue, 11 Oct 2011 23:47:10 -0700 Subject: [PATCH] makefile changes for interval tree Added unit test case for interval tree to the makefile template. Signed-off-by: Jojy George Varghese --- src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 2d13d72e71cd4..317cbaa7c2bf6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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} -- 2.39.5