re-expose unit tests for legacy shapes

This commit is contained in:
Andrew Meadows 2014-12-29 11:15:09 -08:00
parent 71ab4a5780
commit 439cdbdac1

View file

@ -8,15 +8,15 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
//#include "ShapeColliderTests.h" #include "ShapeColliderTests.h"
//#include "VerletShapeTests.h" #include "VerletShapeTests.h"
#include "ShapeInfoTests.h" #include "ShapeInfoTests.h"
#include "ShapeManagerTests.h" #include "ShapeManagerTests.h"
#include "BulletUtilTests.h" #include "BulletUtilTests.h"
int main(int argc, char** argv) { int main(int argc, char** argv) {
//ShapeColliderTests::runAllTests(); ShapeColliderTests::runAllTests();
//VerletShapeTests::runAllTests(); VerletShapeTests::runAllTests();
ShapeInfoTests::runAllTests(); ShapeInfoTests::runAllTests();
ShapeManagerTests::runAllTests(); ShapeManagerTests::runAllTests();
BulletUtilTests::runAllTests(); BulletUtilTests::runAllTests();