Skip to content

Commit

Permalink
Fix nasa#81, Install unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Jul 23, 2020
1 parent 58e405d commit 788a01a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unit-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ foreach(SRCFILE sample_app.c)

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

endforeach()

0 comments on commit 788a01a

Please sign in to comment.