Skip to content

Commit e445622

Browse files
authored
Merge pull request #27 from skliper/fix26-install-test
Fix #26, Install unit test
2 parents 32d2d01 + d5c7a7d commit e445622

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unit-test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ foreach(SRCFILE ${LIB_SRC_FILES})
9292

9393
# Add it to the set of tests to run as part of "make test"
9494
add_test(${TESTNAME} ${TESTNAME}-testrunner)
95+
install(TARGETS ${TESTNAME}-testrunner DESTINATION ${TGTNAME}/${UT_INSTALL_SUBDIR})
9596

9697
endforeach()
9798

0 commit comments

Comments
 (0)