prepared some unit test for LinearMath

This commit is contained in:
erwin.coumans
2010-07-24 01:16:42 +00:00
parent a983353f34
commit 9bee6f6afd
5 changed files with 166 additions and 87 deletions

View File

@@ -6,9 +6,12 @@
#include <cppunit/TestRunner.h>
#include "TestBulletOnly.h"
#include "TestLinearMath.h"
CPPUNIT_TEST_SUITE_REGISTRATION( TestLinearMath );
CPPUNIT_TEST_SUITE_REGISTRATION( TestBulletOnly );
int main(int argc, char* argv[])
{
// Create the event manager and test controller