Skip to content

Commit

Permalink
remove serial requirement for tchem tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurtis2 committed Oct 20, 2024
1 parent 1cb5206 commit 55245e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ add_test(test_rand ${CMAKE_BINARY_DIR}/test_run/run_test_directory.sh rand)
add_test(test_sedi ${CMAKE_BINARY_DIR}/test_run/run_test_directory.sh sedi)
if (ENABLE_TCHEM)
add_test(test_tchem ${CMAKE_BINARY_DIR}/test_run/run_test_directory.sh tchem)
# set_tests_properties(test_tchem PROPERTIES RUN_SERIAL TRUE)
endif()
add_test(test_weighting ${CMAKE_BINARY_DIR}/test_run/run_test_directory.sh weighting)

Expand Down

0 comments on commit 55245e6

Please sign in to comment.