diff --git a/README.md b/README.md index cb4fee6..1d1494a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ sample_lib implements SAMPLE_Function, as an example for how to build and link a - Minor updates (see https://github.com/nasa/sample_lib/pull/14) -### ***OFFICIAL RELEASE: 1.1.0*** +### ***OFFICIAL RELEASE: 1.1.0 - Aquila*** - Minor updates (see https://github.com/nasa/sample_lib/pull/6) - Released as part of cFE 6.7.0, Apache 2.0 diff --git a/unit-test/CMakeLists.txt b/unit-test/CMakeLists.txt index 82a146d..cc53e2e 100644 --- a/unit-test/CMakeLists.txt +++ b/unit-test/CMakeLists.txt @@ -92,6 +92,7 @@ foreach(SRCFILE ${LIB_SRC_FILES}) # 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()