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

Move compilation tests to main test suite

parent e92171d5
No related branches found
No related tags found
No related merge requests found
......@@ -43,5 +43,11 @@ classdef test_expcodes < matlab.unittest.TestCase
testCase.assertTrue(true); % dummy
end
function test_compilation(testCase)
node_to_compile = 'SCD_rtccode_02_02';
load_system(node_to_compile);
SCDconf_setCODEconf;
rtwbuild(node_to_compile);
end
end
end
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