From 32d188abb37adbe56f0ec5f6458a9cd0f4f0929d Mon Sep 17 00:00:00 2001
From: Beatrix Becker <beatrix.becker@iws.uni-stuttgart.de>
Date: Tue, 17 Jul 2018 14:32:45 +0200
Subject: [PATCH] [exercise fluidsystem] change name of input files in solution
 to match to executables

---
 exercises/solution/exercise-fluidsystem/CMakeLists.txt        | 4 ++--
 ...idsystem_a.input => exercise-fluidsystem_a_solution.input} | 0
 ...idsystem_b.input => exercise-fluidsystem_b_solution.input} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename exercises/solution/exercise-fluidsystem/{exercise-fluidsystem_a.input => exercise-fluidsystem_a_solution.input} (100%)
 rename exercises/solution/exercise-fluidsystem/{exercise-fluidsystem_b.input => exercise-fluidsystem_b_solution.input} (100%)

diff --git a/exercises/solution/exercise-fluidsystem/CMakeLists.txt b/exercises/solution/exercise-fluidsystem/CMakeLists.txt
index ff2ff058..caccfb65 100644
--- a/exercises/solution/exercise-fluidsystem/CMakeLists.txt
+++ b/exercises/solution/exercise-fluidsystem/CMakeLists.txt
@@ -3,13 +3,13 @@
 dune_add_test(NAME exercise-fluidsystem_a_solution
               SOURCES exercise-fluidsystem.cc
               COMPILE_DEFINITIONS TYPETAG=ExerciseFluidsystemTwoPTypeTag
-              CMD_ARGS exercise-fluidsystem_a.input)
+              CMD_ARGS exercise-fluidsystem_a_solution.input)
 
 #part b: 2p2cproblem
 dune_add_test(NAME exercise-fluidsystem_b_solution
               SOURCES exercise-fluidsystem.cc
               COMPILE_DEFINITIONS TYPETAG=ExerciseFluidsystemTwoPTwoCTypeTag
-              CMD_ARGS exercise-fluidsystem_b.input)
+              CMD_ARGS exercise-fluidsystem_b_solution.input)
 
 # add exercises to the common target
 add_dependencies(test_exercises exercise-fluidsystem_a exercise-fluidsystem_b)
diff --git a/exercises/solution/exercise-fluidsystem/exercise-fluidsystem_a.input b/exercises/solution/exercise-fluidsystem/exercise-fluidsystem_a_solution.input
similarity index 100%
rename from exercises/solution/exercise-fluidsystem/exercise-fluidsystem_a.input
rename to exercises/solution/exercise-fluidsystem/exercise-fluidsystem_a_solution.input
diff --git a/exercises/solution/exercise-fluidsystem/exercise-fluidsystem_b.input b/exercises/solution/exercise-fluidsystem/exercise-fluidsystem_b_solution.input
similarity index 100%
rename from exercises/solution/exercise-fluidsystem/exercise-fluidsystem_b.input
rename to exercises/solution/exercise-fluidsystem/exercise-fluidsystem_b_solution.input
-- 
GitLab