From cb1ef94da3c73a840848ebb9f3f568ba29425b89 Mon Sep 17 00:00:00 2001
From: Federico Felici <federico.felici@epfl.ch>
Date: Mon, 4 Oct 2021 17:38:18 +0200
Subject: [PATCH] make 'all' the default test case now

---
 matlab/run_gdat_tests.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/run_gdat_tests.m b/matlab/run_gdat_tests.m
index 94d428f5..550a31e9 100644
--- a/matlab/run_gdat_tests.m
+++ b/matlab/run_gdat_tests.m
@@ -2,7 +2,7 @@ function [passed,results] = run_gdat_tests(test_case,coverage_report)
 % Test runner for generic toolbox tests
 
 if nargin==0 || isempty(test_case)
-  test_case = 'basic-tcv'; % default
+  test_case = 'all'; % default
 end
 test_case = lower(test_case); % lowercase
 
-- 
GitLab