Skip to content
Snippets Groups Projects
Commit 00cd89d3 authored by Federico Felici's avatar Federico Felici Committed by Olivier Sauter
Browse files

Add argument to matlab920 test & change default test

parent 00a25865
No related branches found
No related tags found
1 merge request!4Feature/testsuite
......@@ -22,6 +22,7 @@ test-matlab920:
- cd matlab
variables:
MATLABCMD: matlab920
TESTCASE: basic
.test-matlab850-deployed:
extends: .test-template-deployed
......
......@@ -3,8 +3,8 @@ function [passed,results] = run_gdat_tests(test_case)
% F. Felici, EPFL federico.felici@epfl.ch
if nargin==0
test_case = 'all'; % default
if nargin==0 || isempty(test_case)
test_case = 'basic'; % default
end
%% populate suite
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment