gtsam/wrap
Alex Cunningham 7b85dc3ff4 CppUnitLite will now catch exceptions and tell you the error and the line number of the failing test. This is to avoid having to hunt for crashing tests out of a large battery of tests. Look at the results of the (still failing) wrap/testWrap for an example. 2010-07-16 19:30:38 +00:00
..
expected fixed testWrap unit test 2010-02-23 14:59:30 +00:00
.cvsignore Fixing directory structure 2009-08-21 22:23:24 +00:00
Argument.cpp Fixing directory structure 2009-08-21 22:23:24 +00:00
Argument.h Fixing directory structure 2009-08-21 22:23:24 +00:00
Class.cpp Added 'verbose' flag, making unit tests silent 2010-02-23 17:04:49 +00:00
Class.h Added 'verbose' flag, making unit tests silent 2010-02-23 17:04:49 +00:00
Constructor.cpp Added 'verbose' flag, making unit tests silent 2010-02-23 17:04:49 +00:00
Constructor.h Added 'verbose' flag, making unit tests silent 2010-02-23 17:04:49 +00:00
Makefile.am Fix makefiles to refer to $(top_srcdir) to enable parallel build 2010-07-13 19:13:07 +00:00
Method.cpp Added 'verbose' flag, making unit tests silent 2010-02-23 17:04:49 +00:00
Method.h Added 'verbose' flag, making unit tests silent 2010-02-23 17:04:49 +00:00
Module.cpp Added 'verbose' flag, making unit tests silent 2010-02-23 17:04:49 +00:00
Module.h Added 'verbose' flag, making unit tests silent 2010-02-23 17:04:49 +00:00
geometry.h fixed testWrap unit test 2010-02-23 14:59:30 +00:00
hello.cpp Fixing directory structure 2009-08-21 22:23:24 +00:00
testSpirit.cpp Fixed several unit test main() functions that were returning 0 instead of the result of runAllTests. This caused unit tests to print failures but not count as failures in the pass/fail counts. In CMake projects, since test output is logged to a file instead of printed, this caused no indication of failures when they occured! All tests still pass with no other modifications after fixing this. 2010-02-20 22:22:45 +00:00
testWrap.cpp CppUnitLite will now catch exceptions and tell you the error and the line number of the failing test. This is to avoid having to hunt for crashing tests out of a large battery of tests. Look at the results of the (still failing) wrap/testWrap for an example. 2010-07-16 19:30:38 +00:00
utilities.cpp fixed files_equal for new unit testWrap setup 2010-02-23 14:54:28 +00:00
utilities.h fixed files_equal for new unit testWrap setup 2010-02-23 14:54:28 +00:00
wrap-matlab.h fixed unwrap functions to simply cast from scalars (whatever type, through mxGetScalar) 2010-02-23 04:33:07 +00:00
wrap.cpp Added 'verbose' flag, making unit tests silent 2010-02-23 17:04:49 +00:00