From 022e0590de7e7482ea4fdffbf9d285c7f60784dd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de>
Date: Tue, 10 Oct 2017 19:51:32 +0200
Subject: [PATCH] Update CMakeLists.txt in tutorial exercise 2

---
 tutorial/ex2/CMakeLists.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tutorial/ex2/CMakeLists.txt b/tutorial/ex2/CMakeLists.txt
index d53f775c2a..2f294dec8d 100644
--- a/tutorial/ex2/CMakeLists.txt
+++ b/tutorial/ex2/CMakeLists.txt
@@ -1,6 +1,5 @@
 # a compositional two-phase simulation program
-dune_add_test(NAME exercise2
-              SOURCES exercise2.cc)
+# dune_add_test(NAME exercise2 SOURCES exercise2.cc)
 
 # add a symlink for the input file
 dune_symlink_to_source_files(FILES "exercise2.input")
-- 
GitLab