We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d2d01 commit d5c7a7dCopy full SHA for d5c7a7d
unit-test/CMakeLists.txt
@@ -92,6 +92,7 @@ foreach(SRCFILE ${LIB_SRC_FILES})
92
93
# Add it to the set of tests to run as part of "make test"
94
add_test(${TESTNAME} ${TESTNAME}-testrunner)
95
+ install(TARGETS ${TESTNAME}-testrunner DESTINATION ${TGTNAME}/${UT_INSTALL_SUBDIR})
96
97
endforeach()
98
0 commit comments