Starting writing Matlab testing framework

This commit is contained in:
hbristow
2013-06-19 15:04:52 +10:00
parent 31415e344f
commit bbece095fb
8 changed files with 137 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
%setup the tests
opencv_tests = OpenCVTest();
%run the tests
result = run(opencv_tests);