Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions unit-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()