From e0fbe5c5964b239724373fe1a6edfe6c132d35ee Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Fri, 13 Feb 2015 11:57:44 -0800 Subject: [PATCH] cmake: add librbd/test_fixture.cc Signed-off-by: Yehuda Sadeh --- src/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index 0271a4bb77bea..6e720c79c938d 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -1090,6 +1090,7 @@ target_link_libraries(multi_stress_watch librados global radostest add_executable(test_librbd librbd/test_librbd.cc + librbd/test_fixture.cc $ ${CMAKE_SOURCE_DIR}/src/common/TextTable.cc ${CMAKE_SOURCE_DIR}/src/common/secret.c -- 2.39.5