Skip to content

Commit

Permalink
Merge pull request #827 from mtao/mtao/individual_integration_tests
Browse files Browse the repository at this point in the history
fixing integration test flag change
  • Loading branch information
mtao authored Oct 26, 2024
2 parents 8a00907 + c6a6e81 commit cacc499
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion applications/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,16 @@ find_package(Python REQUIRED)
# -c ${CMAKE_BINARY_DIR}/test_config.json
# -b ${CMAKE_BINARY_DIR}/applications
#)
MESSAGE(STATUS "${WMTK_APPLICATION_TEST_NAMES}")
foreach(APP_TEST ${WMTK_APPLICATION_TEST_NAMES})
MESSAGE(STATUS "${APP_TEST}")

add_test(
NAME "wmtk_integration_test_${APP_TEST}"
COMMAND ${Python_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/integration_test.py
-c "${CMAKE_BINARY_DIR}/test_config.json"
-b "${CMAKE_BINARY_DIR}/applications"
-s "${APP_TEST}"
-t "${APP_TEST}"
)

endforeach()
Expand Down

0 comments on commit cacc499

Please sign in to comment.