From 2995e9bf2c032910b8770e257e8e58971ecf1f27 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 10 Oct 2021 00:01:47 +0200 Subject: [PATCH] Added validation tests for the Reference solutions --- CDMATH/tests/validation/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CDMATH/tests/validation/CMakeLists.txt b/CDMATH/tests/validation/CMakeLists.txt index e255ecb..3a49e55 100755 --- a/CDMATH/tests/validation/CMakeLists.txt +++ b/CDMATH/tests/validation/CMakeLists.txt @@ -99,6 +99,8 @@ WaveSystem_stationary_source/2DWaveSystemUpwindCheckerboard WaveSystem_stationary_source/2DWaveSystemUpwindBrickWall WaveSystem_stationary_source/2DWaveSystemUpwindHexagons WaveSystem_stationary_source/2DWaveSystemUpwindDeformedQuadrangles +ReferenceSolutions/ +EulerEquations/1DToroBenchmark test_synthesis ) -- 2.39.2