Skip to content
Snippets Groups Projects
Commit 07bd5082 authored by Federico Felici's avatar Federico Felici
Browse files

Move compilation tests to main test suite

parent 39895d37
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