Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Changed test to use ADD_TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jul 29, 2023
1 parent f4ae3ec commit b2439e7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,4 @@ ENDIF (USE_OPENMP)


# Add an automatic test

ADD_CUSTOM_TARGET(Run_Test ALL
COMMAND echo "***Running Python script tests/test_suite.py***"
COMMAND python ${CMAKE_SOURCE_DIR}/test/test_suite.py
COMMAND echo "***Test Complete***"
)
ADD_TEST(NAME test_suite COMMAND python ${CMAKE_SOURCE_DIR/test/test_suite.py})

0 comments on commit b2439e7

Please sign in to comment.