Starting writing Matlab testing framework
This commit is contained in:
5
modules/matlab/test/testsuite.m
Normal file
5
modules/matlab/test/testsuite.m
Normal file
@@ -0,0 +1,5 @@
|
||||
%setup the tests
|
||||
opencv_tests = OpenCVTest();
|
||||
|
||||
%run the tests
|
||||
result = run(opencv_tests);
|
Reference in New Issue
Block a user