diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3b6a8eafc0f1ce300b737c62835f45862ab64927..30bebda22f8e65ad145cd606a60d2ff8087ceaa9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -194,7 +194,7 @@ add_test(test_richards test/boxmodels/richards/test_richards test/boxmodels/rich
 add_test(test_propertysystem test/common/propertysystem/test_propertysystem)
 add_test(test_spline test/common/spline/test_spline)
 add_test(test_diffusion test/decoupled/1p/test_diffusion 1)
-add_test(test_dec1p test/decoupled/1p/test_1p 3)
+add_test(test_dec1p test/decoupled/1p/test_dec1p 3)
 add_test(test_transport test/decoupled/2p/test_transport test/decoupled/2p/grids/test_transport.dgf 1)
 add_test(test_impes test/decoupled/2p/test_impes 1)
 add_test(test_dec2p2c test/decoupled/2p2c/test_dec2p2c)
diff --git a/test/decoupled/1p/CMakeLists.txt b/test/decoupled/1p/CMakeLists.txt
index 8adba89fb2661c0bf1c612b52b8cf7c70b268c10..20a826657897278593d6964b32601040dd9f9cf6 100644
--- a/test/decoupled/1p/CMakeLists.txt
+++ b/test/decoupled/1p/CMakeLists.txt
@@ -4,8 +4,8 @@ add_definitions(-DYASPGRID -DGRIDDIM=2 -DENABLE_UG)
 ADD_EXECUTABLE("test_diffusion" test_diffusion.cc)
 TARGET_LINK_LIBRARIES("test_diffusion" ${DumuxLinkLibraries})
 
-ADD_EXECUTABLE("test_1p" test_1p.cc)
-TARGET_LINK_LIBRARIES("test_1p" ${DumuxLinkLibraries})
+ADD_EXECUTABLE("test_dec1p" test_1p.cc)
+TARGET_LINK_LIBRARIES("test_dec1p" ${DumuxLinkLibraries})
 
 # add required libraries and includes to the build flags 
 LINK_DIRECTORIES(${DumuxLinkDirectories})