Skip to content
Snippets Groups Projects
test_gdat_tcv_short.m 397 B
Newer Older
function [pass] = test_gdat_tcv_short
%
% [pass] = test_gdat_tcv_short
%
% tests a few signals
%
%       pass: single boolean indicating pass/fail of test
%

test_machine = 'tcv';
test_signals = {'ip', 'q_rho'};
[pass,request_list,err,telaps,skipped,gdat_results] = test_all_requestnames('machine',test_machine,'testmode',test_signals,'nverbose',0);
Federico Felici's avatar
Federico Felici committed

%% test some TCV_IMAS things
test_tcv_get_ids;