Skip to content
Snippets Groups Projects
Commit d3bfaa2d authored by Federico Felici's avatar Federico Felici Committed by Cristian Galperti
Browse files

Ignore compilation test for expcode 1006

parent 3a04a7fd
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,10 @@ classdef test_expcodes < matlab.unittest.TestCase
end
function test_compilation(testCase)
expcode_ignore_compile = 1006; % ignore for now, until fixed
testCase.assumeTrue(~any(testCase.expcode_obj.maincode ~= expcode_ignore_compile),...
'Ignoring test for %s',testCase.expcode_obj.maincode);
node_to_compile = 'SCD_rtccode_02_02';
load_system(node_to_compile);
SCDconf_setCODEconf;
......
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