mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 15:30:11 +02:00
re-expose unit tests for legacy shapes
This commit is contained in:
parent
71ab4a5780
commit
439cdbdac1
1 changed files with 4 additions and 4 deletions
|
@ -8,15 +8,15 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
//#include "ShapeColliderTests.h"
|
||||
//#include "VerletShapeTests.h"
|
||||
#include "ShapeColliderTests.h"
|
||||
#include "VerletShapeTests.h"
|
||||
#include "ShapeInfoTests.h"
|
||||
#include "ShapeManagerTests.h"
|
||||
#include "BulletUtilTests.h"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
//ShapeColliderTests::runAllTests();
|
||||
//VerletShapeTests::runAllTests();
|
||||
ShapeColliderTests::runAllTests();
|
||||
VerletShapeTests::runAllTests();
|
||||
ShapeInfoTests::runAllTests();
|
||||
ShapeManagerTests::runAllTests();
|
||||
BulletUtilTests::runAllTests();
|
||||
|
|
Loading…
Reference in a new issue