diff --git a/tests/lbm/CMakeLists.txt b/tests/lbm/CMakeLists.txt index cea5da0c890d1415d0eacb68cdf98b5ae57605c2..b9631921ba7a4c2ee6c1464becaf1c282470c9a6 100644 --- a/tests/lbm/CMakeLists.txt +++ b/tests/lbm/CMakeLists.txt @@ -69,7 +69,7 @@ waLBerla_execute_test( NAME PdfFieldInitializerTest COMMAND $<TARGET_FILE:PdfFie waLBerla_compile_test( FILES SuViscoelasticityTest.cpp DEPENDS field blockforest timeloop) waLBerla_execute_test( NAME SuViscoelasticityLongTest COMMAND $<TARGET_FILE:SuViscoelasticityTest> ${CMAKE_CURRENT_SOURCE_DIR}/Su.prm LABELS longrun) -waLBerla_execute_test( NAME SuViscoelasticityShortTest COMMAND $<TARGET_FILE:SuViscoelasticityTest> -Parameters.shortrun=true ${CMAKE_CURRENT_SOURCE_DIR}/Su.prm ) +waLBerla_execute_test( NAME SuViscoelasticityShortTest COMMAND $<TARGET_FILE:SuViscoelasticityTest> ${CMAKE_CURRENT_SOURCE_DIR}/Su.prm -Parameters.shortrun=true ) # Code Generation if( WALBERLA_BUILD_WITH_CODEGEN )