Hi, I just committed some CMake configuration to enable unit/regressiontesting, and a dummy test (that always succeeds).
Basically, (if WANT_TEST is enabled), cmake generates a 'RosegardenTestDriver' that contains all tests mentioned in src/TestFileList.cpp. Each file should have an 'int test_foo(int argc, char** argv)'. When you run 'make test', cmake runs all those tests and reports if they succeed (= return '0'). Have fun, Arnout ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
