mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 19:39:43 +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
|
// 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();
|
||||||
|
|
Loading…
Reference in a new issue