Skip to content

Commit

Permalink
[nasa/nos3#348] Removed more osal unit tests due to CI issues;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Nov 15, 2024
1 parent 2bdc2fb commit 0055bdc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/unit-tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ enable_testing()

include_directories(inc)

add_subdirectory(oscore-test)
add_subdirectory(osloader-test)
add_subdirectory(osfilesys-test)
add_subdirectory(osfile-test)
add_subdirectory(osnetwork-test)
add_subdirectory(ostimer-test)
#add_subdirectory(oscore-test)
#add_subdirectory(osloader-test)
#add_subdirectory(osfilesys-test)
#add_subdirectory(osfile-test)
#add_subdirectory(osnetwork-test)
#add_subdirectory(ostimer-test)

0 comments on commit 0055bdc

Please sign in to comment.