From e17fc93cc7891a0f692076594a4914fef3205f9c Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Mon, 11 Sep 2023 12:31:18 +0200
Subject: [PATCH] Add test `Cost_function_no_debug`

---
 Trajectories/Tests/tests.json | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/Trajectories/Tests/tests.json b/Trajectories/Tests/tests.json
index f091ba8d..9c009063 100644
--- a/Trajectories/Tests/tests.json
+++ b/Trajectories/Tests/tests.json
@@ -70,6 +70,18 @@
             "timings.txt"
 	]
     },
+    "Cost_function_no_debug":
+    {
+	"description": "Like Greece_cost_function but without option --debug.",
+	"command":
+	[
+            "$src_dir/Trajectories/cost_function.py",
+	    "$tests_old_dir/Greece/SHPC", "Anticyclones",
+            "$tests_old_dir/Greece_segments/segments.graphml",
+            "segments_cost_functions.graphml"
+	],
+	"exclude_cmp": ["timings.txt"]
+    },
     "Trajectories": {
 	"command": [
             "$src_dir/Trajectories/trajectories.py",
-- 
GitLab