mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
removed redundant ctest call
This commit is contained in:
parent
67a4092495
commit
3fd2b12695
1 changed files with 1 additions and 3 deletions
|
|
@ -63,11 +63,9 @@ ctest_start("{dashboard}")
|
|||
ctest_configure()
|
||||
ctest_update()
|
||||
ctest_build()
|
||||
ctest_test({tests} PARALLEL_LEVEL {n_procs})
|
||||
if(MEM_CHECK)
|
||||
ctest_test({tests} PARALLEL_LEVEL {n_procs})
|
||||
ctest_memcheck({tests})
|
||||
else(MEM_CHECK)
|
||||
ctest_test({tests} PARALLEL_LEVEL {n_procs})
|
||||
endif(MEM_CHECK)
|
||||
if(COVERAGE)
|
||||
ctest_coverage()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue