Skip to content
Snippets Groups Projects
Commit 60f3a9b4 authored by Cristian Galperti's avatar Cristian Galperti
Browse files

Ready to be merged into master

parent e2fc2769
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ classdef test_expcodes < matlab.unittest.TestCase
expcode_obj;
SCDexps;
end
e
properties(MethodSetupParameter)
expcode_number = {1,1005,1006}; % list of expcodes to test
end
......@@ -44,7 +44,7 @@ classdef test_expcodes < matlab.unittest.TestCase
end
function test_compilation(testCase)
expcode_ignore_compile = 1006; % ignore for now, until fixed
expcode_ignore_compile = [1,1005,1006]; % ignore for now, until fixed
testCase.assumeTrue(~any(testCase.expcode_obj.maincode == expcode_ignore_compile))
node_to_compile = 'SCD_rtccode_02_02';
......
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