We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0570e38 commit acfb481Copy full SHA for acfb481
.github/workflows/matlab_workflow_script.m
@@ -10,5 +10,6 @@
10
run moxunit_set_path();
11
12
cd(fullfile(root_dir));
13
-initCppSpm(true);
+initCppSpm();
14
+addpath(fullfile(root_dir, 'tests', 'utils'));
15
run run_tests();
0 commit comments