diff --git a/test/multidomain/CMakeLists.txt b/test/multidomain/CMakeLists.txt index 85b1b6f72ea0c36ac3b5cd637e69486d7e069c0e..d1cbb4783c2cf009de39399c535a200e5d93574f 100644 --- a/test/multidomain/CMakeLists.txt +++ b/test/multidomain/CMakeLists.txt @@ -5,4 +5,4 @@ add_subdirectory(embedded) add_subdirectory(poromechanics) add_subdirectory(boundary) add_subdirectory(facet) -add_subdirectory(dualnetwork) \ No newline at end of file +add_subdirectory(dualnetwork) diff --git a/test/porenetwork/CMakeLists.txt b/test/porenetwork/CMakeLists.txt index 918d89b9a8a9b3f560dde93deb214372ec64e747..4cb5469ebdb3bb3d4f3ba1ca00c9383c560f2ca5 100644 --- a/test/porenetwork/CMakeLists.txt +++ b/test/porenetwork/CMakeLists.txt @@ -4,4 +4,4 @@ add_subdirectory(1p) add_subdirectory(1pnc) add_subdirectory(2p) -add_subdirectory(solidenergy) \ No newline at end of file +add_subdirectory(solidenergy) diff --git a/test/porenetwork/solidenergy/CMakeLists.txt b/test/porenetwork/solidenergy/CMakeLists.txt index a198bbf859f60a430e54980b70c6024f798c1247..9abc10cf452fe17f1c04e3a6fc4ed6f3334041db 100644 --- a/test/porenetwork/solidenergy/CMakeLists.txt +++ b/test/porenetwork/solidenergy/CMakeLists.txt @@ -22,4 +22,4 @@ dumux_add_test(NAME test_porenetwork_solid_energy_transient --files ${CMAKE_SOURCE_DIR}/test/references/test_pnm_solid_energy_transient-reference.vtp ${CMAKE_CURRENT_BINARY_DIR}/test_pnm_solid_energy_transient-00033.vtp --command "${CMAKE_CURRENT_BINARY_DIR}/test_porenetwork_solid_energy params.input - -Problem.Name test_pnm_solid_energy_transient -Problem.IsStationary false") \ No newline at end of file + -Problem.Name test_pnm_solid_energy_transient -Problem.IsStationary false")