mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
only run test basic for now
This commit is contained in:
parent
19f04b56d0
commit
7c34f5c109
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ set(CTEST_MEMORYCHECK_COMMAND_OPTIONS "--tool=memcheck --leak-check=yes --show-r
|
|||
ctest_start("Nightly")
|
||||
ctest_configure()
|
||||
ctest_build()
|
||||
ctest_test()
|
||||
ctest_test(INCLUDE test_basic)
|
||||
ctest_submit()"""
|
||||
|
||||
# Define test data structure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue