Skip to content

Commit

Permalink
Merge pull request #82 from skliper/fix81-install-test
Browse files Browse the repository at this point in the history
Fix #81, Install unit test
  • Loading branch information
astrogeco authored Aug 5, 2020
2 parents 58e405d + 788a01a commit 5bcdb8d
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 5bcdb8d

Please sign in to comment.