git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@92 92aac97c-a6ce-11dd-a772-7fcde58d38e6

This commit is contained in:
chappuis.daniel 2009-02-12 12:37:46 +00:00
parent b7241a6e5c
commit fe1c482d4b

View File

@ -19,11 +19,11 @@
// Libraries // Libraries
#include <iostream> #include <iostream>
#include "TestSuite/Suite.h" #include "TestSuite/Suite.h"
#include "mathematics/VectorTest.h" #include "testing_mathematics/VectorTest.h"
#include "mathematics/Vector3DTest.h" #include "testing_mathematics/Vector3DTest.h"
#include "mathematics/MatrixTest.h" #include "testing_mathematics/MatrixTest.h"
#include "mathematics/Matrix3x3Test.h" #include "testing_mathematics/Matrix3x3Test.h"
#include "mathematics/QuaternionTest.h" #include "testing_mathematics/QuaternionTest.h"
// Namespaces // Namespaces
using namespace std; using namespace std;