Skip to content

Commit d5c7a7d

Browse files
committed
Fix nasa#26, Install unit test
1 parent 32d2d01 commit d5c7a7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unit-test/CMakeLists.txt

+1
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)