diff --git a/test/boxmodels/CMakeLists.txt b/test/boxmodels/CMakeLists.txt
index 4b46945fbdfc486b6a1036c2831f53d0b22ab1f3..8a81339afe5952ee446a7c70eeeda34725379fae 100644
--- a/test/boxmodels/CMakeLists.txt
+++ b/test/boxmodels/CMakeLists.txt
@@ -7,5 +7,6 @@ add_subdirectory("2p")
 add_subdirectory("2pni")
 add_subdirectory("2p2c")
 add_subdirectory("2p2cni")
+add_subdirectory("MpNc")
 add_subdirectory("richards")
 
diff --git a/test/boxmodels/MpNc/CMakeLists.txt b/test/boxmodels/MpNc/CMakeLists.txt
index ad33076f533a6d95cc564f69aa8f8df7f55defbc..33a2253f3698fc304152af85462683b3137c8226 100644
--- a/test/boxmodels/MpNc/CMakeLists.txt
+++ b/test/boxmodels/MpNc/CMakeLists.txt
@@ -1,15 +1,13 @@
-add_definitions(-DYASPGRID -DENABLE_ALBERTA -DENABLE_ALUGRID -DENABLE_UG)
-
 # build target for the twophase-twocomponent test problem
-ADD_EXECUTABLE("test_2p2c" test_2p2c.cc)
-TARGET_LINK_LIBRARIES("test_2p2c" ${DumuxLinkLibraries})
+ADD_EXECUTABLE("test_MpNc" test_MpNc.cc)
+TARGET_LINK_LIBRARIES("test_MpNc" ${DumuxLinkLibraries})
 
 # add required libraries and includes to the build flags 
 LINK_DIRECTORIES(${DumuxLinkDirectories})
 INCLUDE_DIRECTORIES(${DumuxIncludeDirectories})
 
 # make sure the grids are present in the build directory
-add_custom_command(TARGET "test_2p2c"
+add_custom_command(TARGET "test_MpNc"
                    POST_BUILD
                    COMMAND ${CMAKE_COMMAND} -E
                         copy_directory