From 58e405d0f540d7a7030ccdb634a4477a795958d3 Mon Sep 17 00:00:00 2001 From: skliper <47541139+skliper@users.noreply.github.com> Date: Mon, 29 Jun 2020 16:07:27 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 788a01aa2c2705296945adac8679766081c3aa15 Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Thu, 23 Jul 2020 10:14:50 -0400 Subject: [PATCH 2/2] Fix #81, Install unit test --- unit-test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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()