From cf003cbb1d7c5d4feea08d564befc391e150d3e5 Mon Sep 17 00:00:00 2001
From: Federico Felici <federico.felici@epfl.ch>
Date: Thu, 30 Sep 2021 15:40:54 +0200
Subject: [PATCH] run correct test file

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

diff --git a/matlab/tests_matlab.m b/matlab/tests_matlab.m
index ba460b42..1b141e02 100644
--- a/matlab/tests_matlab.m
+++ b/matlab/tests_matlab.m
@@ -3,7 +3,7 @@ try
    fprintf('\n Running test file: %s\n',mfilename('fullpath'));
    fprintf('     Time: %s\n',datestr(now));
    
-   passed = run_tbx_tests(test_case); % call to your test script here, with optional test_case input
+   passed = run_gdat_tests(test_case); % call to your test script here, with optional test_case input
    exit_code = int32(~passed); % convert to bash shell convention
 catch ME
    disp(getReport(ME))
-- 
GitLab