summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2010-03-05Fix compilation with --test.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2531 a436a847-0d15-0410-975c-d299462d15a1
2010-02-05Convert C-style casts to C++ style casts.David Robillard5-9/+12
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2432 a436a847-0d15-0410-975c-d299462d15a1
2010-02-02Make sizeof(Raul::Atom) the size of a pointer.David Robillard1-0/+22
Accomplished by wrapping up blob stuff in a separately allocated object so all Atoms don't pay the size penalty. Bump version to 0.6.2 and ABI version to 5,0,0. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2403 a436a847-0d15-0410-975c-d299462d15a1
2010-02-02Fix memory leaks in list_test.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2402 a436a847-0d15-0410-975c-d299462d15a1
2010-02-01Make time_test non-interactive for automated testing.David Robillard1-3/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2400 a436a847-0d15-0410-975c-d299462d15a1
2010-01-07Tidy test output.David Robillard2-12/+16
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2370 a436a847-0d15-0410-975c-d299462d15a1
2010-01-07Move unit testing and coverage framework into autowaf.David Robillard11-0/+1084
Make raul tests return 0 on success, 1 on failure. Test coverage for Raul. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2368 a436a847-0d15-0410-975c-d299462d15a1