diff options
Diffstat (limited to 'Tests/FindMatlab/cmake_matlab_unit_tests3.m')
-rw-r--r-- | Tests/FindMatlab/cmake_matlab_unit_tests3.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/FindMatlab/cmake_matlab_unit_tests3.m b/Tests/FindMatlab/cmake_matlab_unit_tests3.m new file mode 100644 index 0000000..2639325 --- /dev/null +++ b/Tests/FindMatlab/cmake_matlab_unit_tests3.m @@ -0,0 +1,5 @@ + +cmake_matlab_mex1(10); + +% should not reach this point +exit(0); |