diff options
Diffstat (limited to 'Tests/ComplexRelativePaths/Executable/CMakeLists.txt')
-rw-r--r-- | Tests/ComplexRelativePaths/Executable/CMakeLists.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Tests/ComplexRelativePaths/Executable/CMakeLists.txt b/Tests/ComplexRelativePaths/Executable/CMakeLists.txt index 4bd1620..15808b4 100644 --- a/Tests/ComplexRelativePaths/Executable/CMakeLists.txt +++ b/Tests/ComplexRelativePaths/Executable/CMakeLists.txt @@ -14,7 +14,13 @@ FIND_LIBRARY(CMAKE_LIB TARGET_LINK_LIBRARIES(complex ${CMAKE_LIB}) LINK_LIBRARIES(${CMAKE_LIB}) -# More coverage +# +# Testing +# +ADD_TEST(complex ${Complex_BINARY_DIR}/bin/complex) +# +# More coverage +# INSTALL_TARGETS(/tmp complex) INSTALL_PROGRAMS(/tmp complex) |