From 367a5fccf2ab7a9fa24812d71e33e54735780c09 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Fri, 22 May 2015 10:40:56 -0400 Subject: [PATCH] cmake: add missing source file to test_librbd Signed-off-by: Casey Bodley --- src/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index 6154865294f..cc602cfc75f 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -1111,6 +1111,7 @@ add_executable(test_librbd librbd/test_fixture.cc librbd/test_ImageWatcher.cc librbd/test_internal.cc + librbd/test_support.cc librbd/test_main.cc $ ${CMAKE_SOURCE_DIR}/src/common/TextTable.cc