Skip to content
Snippets Groups Projects
Commit cf070482 authored by leprob001's avatar leprob001
Browse files

Integrated the new test to ci/runAll.m.

parent 4506ae63
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,10 @@ addpath(genpath(fullfile(currentDirectory, '..'))); ...@@ -8,8 +8,10 @@ addpath(genpath(fullfile(currentDirectory, '..')));
testsToRun = { ... testsToRun = { ...
@tests.rfb.load, ... @tests.rfb.load, ...
@tests.ric.save, ... @tests.ric.save, ...
@tests.soundsource.load ... @tests.soundsource.load, ...
@tests.trj4.save ... @tests.trj4.save, ...
@tests.rfc.save, ...
@tests.data.toaConversion ...
}; };
aTestFailed = 0; aTestFailed = 0;
......
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