Improved exception handling and unit tests

This commit is contained in:
hbristow
2013-06-19 16:37:57 +10:00
parent bbece095fb
commit 0c726a3fbe
4 changed files with 46 additions and 2 deletions

View File

@@ -3,3 +3,6 @@ opencv_tests = OpenCVTest();
%run the tests
result = run(opencv_tests);
% shutdown
exit();