From 0029b9797e50c9ee3d6b33a8da8cfd94a7592862 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Fri, 24 Jul 2020 17:38:03 +0200
Subject: [PATCH] New tests

---
 Tests/short_tests.json | 49 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/Tests/short_tests.json b/Tests/short_tests.json
index 4cf73e98..0e6a02b9 100644
--- a/Tests/short_tests.json
+++ b/Tests/short_tests.json
@@ -500,5 +500,54 @@
 	"title" : "Eddy_graph_r2md3",
 	"description": "Same as Eddy_graph_region_2 but with max_delta = 3.",
 	"input": "&MAIN_NML n_dates = 4, max_delta = 3/\n"
+    },
+    {
+	"command": ["$build_dir/eddy_graph.sh", "1", 
+		    "$src_dir/Tests/Input/Region_2/SHP_triplet"],
+	"title" : "Eddy_graph_r2nd5md3",
+	"description": "Same as Eddy_graph_r2md3 but with n_dates = 5.",
+	"input": "&MAIN_NML n_dates = 5, max_delta = 3/\n"
+    },
+    {
+	"command": ["$build_dir/eddy_graph.sh", "1", 
+		    "$src_dir/Tests/Input/Region_2/SHP_triplet"],
+	"title" : "EGr2nd5md4",
+	"description": "Same as Eddy_graph_r2nd5md3 but with max_delta = 4.",
+	"input": "&MAIN_NML n_dates = 5, max_delta = 4/\n"
+    },
+    {
+	"command": ["$build_dir/eddy_graph.sh", "1", 
+		    "$src_dir/Tests/Input/Region_2/SHP_triplet"],
+	"title" : "EGr2nd6md4",
+	"description": "Same as EGr2nd5md4 but with n_dates = 6.",
+	"input": "&MAIN_NML n_dates = 6, max_delta = 4/\n"
+    },
+    {
+	"command": ["$build_dir/eddy_graph.sh", "1", 
+		    "$src_dir/Tests/Input/Region_2/SHP_triplet"],
+	"title" : "EGr2nd6md1",
+	"description": "Same as EGr2nd6md4 but with max_delta = 1.",
+	"input": "&MAIN_NML n_dates = 6/\n"
+    },
+    {
+	"command": ["$build_dir/eddy_graph.sh", "2", 
+		    "$src_dir/Tests/Input/Region_2/SHP_triplet"],
+	"title" : "EGr2nd6md1np2",
+	"description": "Same as EGr2nd6md1 but with 2 processes.",
+	"input": "&MAIN_NML n_dates = 6/\n"
+    },
+    {
+	"command": ["$build_dir/eddy_graph.sh", "3", 
+		    "$src_dir/Tests/Input/Region_2/SHP_triplet"],
+	"title" : "EGr2nd6md1np3",
+	"description": "Same as EGr2nd6md1 but with 3 processes.",
+	"input": "&MAIN_NML n_dates = 6/\n"
+    },
+    {
+	"command": ["$build_dir/eddy_graph.sh", "1", 
+		    "$src_dir/Tests/Input/Region_2/SHP_triplet"],
+	"title" : "EGr2nd15md1",
+	"description": "Same as EGr2nd6md1 but with all the 15 dates.",
+	"input": "&MAIN_NML /\n"
     }
 ]
-- 
GitLab