-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #328 from nasa/integration-candidate
cFS Integration Candidate: 2021-08-03
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule cfe
updated
15 files
Submodule osal
updated
9 files
+8 −0 | README.md | |
+1 −1 | src/os/inc/osapi-version.h | |
+2 −4 | src/tests/select-test/select-test.c | |
+2 −2 | src/unit-tests/inc/ut_os_support.h | |
+1 −3 | src/ut-stubs/CMakeLists.txt | |
+318 −55 | ut_assert/inc/utassert.h | |
+19 −0 | ut_assert/inc/uttest.h | |
+263 −0 | ut_assert/src/utassert.c | |
+46 −0 | ut_assert/src/uttest.c |