From afb3256179393d5daf6443def35cbf4ac32632a0 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:54:29 +0200
Subject: [PATCH] [tutorial][ex3] comment lines adding dune tests

---
 tutorial/ex3/CMakeLists.txt | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/tutorial/ex3/CMakeLists.txt b/tutorial/ex3/CMakeLists.txt
index 447a9a5f87..84908c7b4f 100644
--- a/tutorial/ex3/CMakeLists.txt
+++ b/tutorial/ex3/CMakeLists.txt
@@ -1,8 +1,6 @@
 # executables for exercise part a & b
-dune_add_test(NAME ex3_a
-              SOURCES ex3_a.cc)
-dune_add_test(NAME ex3_b
-              SOURCES ex3_b.cc)
+# dune_add_test(NAME ex3_a SOURCES ex3_a.cc)
+# dune_add_test(NAME ex3_b SOURCES ex3_b.cc)
 
 # add a symlink for the input file
 dune_symlink_to_source_files(FILES "ex3_a.input" "ex3_b.input")
-- 
GitLab