Skip to content

Commit

Permalink
TODO note for testLoadLibrary
Browse files Browse the repository at this point in the history
It's not just a matter of fixing the test; we need a CMake build step to create
the external library to test loading.
  • Loading branch information
garfieldnate committed Feb 27, 2025
1 parent 6e120cd commit e67853c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UnitTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ target_include_directories(${PROJECT_NAME} PUBLIC
file(COPY ${CMAKE_SOURCE_DIR}/UnitTests/SoarTestAgents DESTINATION ${CMAKE_BINARY_DIR}/UnitTests)

# TODO: re-enable SVS tests once we implement the CMake build for it
# TODO: re-enable testLoadLibrary once we implement the CMake build for it
# TESTS FROM CI:
if(BUILD_TESTING)
add_test(NAME test_ci COMMAND test_soar -e PRIMS_Sanity1 -e PRIMS_Sanity2 -f testLoadLibrary -f testSmemArithmetic -f testHamilton -E SvsTests)
Expand Down

0 comments on commit e67853c

Please sign in to comment.