Added a test runner script for matlab unit tests
parent
8bd894275a
commit
ec4cfdf065
|
@ -0,0 +1,10 @@
|
|||
% Test runner script - runs each test
|
||||
|
||||
display 'Starting: testJacobianFactor'
|
||||
testJacobianFactor
|
||||
|
||||
display 'Starting: testKalmanFilter'
|
||||
testKalmanFilter
|
||||
|
||||
% end of tests
|
||||
display 'Tests complete!'
|
Loading…
Reference in New Issue