Added a test runner script for matlab unit tests

release/4.3a0
Alex Cunningham 2011-12-01 01:59:39 +00:00
parent 8bd894275a
commit ec4cfdf065
1 changed files with 10 additions and 0 deletions

10
tests/matlab/test_gtsam.m Normal file
View File

@ -0,0 +1,10 @@
% Test runner script - runs each test
display 'Starting: testJacobianFactor'
testJacobianFactor
display 'Starting: testKalmanFilter'
testKalmanFilter
% end of tests
display 'Tests complete!'