diff --git a/test/elasticity/CMakeLists.txt b/test/elasticity/CMakeLists.txt index 00dd1f587221b624f8490ce2af3c15033c1bfb4c..4a9249b18412e75a416556f60fb2fb684f04f9a9 100644 --- a/test/elasticity/CMakeLists.txt +++ b/test/elasticity/CMakeLists.txt @@ -19,7 +19,7 @@ add_mpp_test(TestLaplaceElasticity ELASTICITY) #add_mpp_test(TestDynamicBoundary ELASTICITY) add_mpp_test(TestOscillation ELASTICITY) add_mpp_test(TestCFLCondition ELASTICITY) -#add_mpp_test(TestPrestress ELASTICITY)#TODO should be included again +add_mpp_test(TestPrestress ELASTICITY) add_mpp_test(TestVolume ELASTICITY) #add_mpp_test(TestVolumePenalty ELASTICITY) @@ -35,7 +35,7 @@ add_mpi_test(TestQuadraticBeamProblem ELASTICITY) #add_mpi_test(TestElasticityBlock ELASTICITY) add_mpi_test(TestDynamicBoundary ELASTICITY) #add_mpi_test(TestCFLCondition ELASTICITY) -#add_mpi_test(TestPrestress ELASTICITY) #TODO should be included again +add_mpi_test(TestPrestress ELASTICITY) add_mpi_test(TestVolume ELASTICITY) #add_mpi_test(TestOscillation ELASTICITY)