diff --git a/README.md b/README.md index 6ca09ac..59bd85f 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ sample_app is an example for how to build and link an application in cFS. See al - Minor updates (see ) -### _**OFFICIAL RELEASE: 1.1.0**_ +### _**OFFICIAL RELEASE: 1.1.0 - Aquila**_ - Minor updates (see ) - Not backwards compatible with OSAL 4.2.1 diff --git a/unit-test/CMakeLists.txt b/unit-test/CMakeLists.txt index 38cad88..130fd8f 100644 --- a/unit-test/CMakeLists.txt +++ b/unit-test/CMakeLists.txt @@ -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()