removed redundant ctest call

This commit is contained in:
Bryan Herman 2014-04-03 22:24:55 -04:00
parent 67a4092495
commit 3fd2b12695

View file

@ -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()