mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
define TORQUE_TESTS_ENABLED
This commit is contained in:
parent
d6a4c63c27
commit
2ef93acac6
4 changed files with 381 additions and 389 deletions
|
|
@ -24,9 +24,9 @@
|
|||
#include "console/engineAPI.h"
|
||||
#include "math/mathUtils.h"
|
||||
|
||||
#ifdef TORQUE_TESTS_ENABLED
|
||||
#include "testing/unitTesting.h"
|
||||
#endif
|
||||
//#ifdef TORQUE_TESTS_ENABLED
|
||||
//#include "testing/unitTesting.h"
|
||||
//#endif
|
||||
|
||||
//====================================================================
|
||||
//Eulers setup
|
||||
|
|
@ -317,14 +317,6 @@ void RotationF::normalize()
|
|||
}
|
||||
}
|
||||
|
||||
//Testing
|
||||
#ifdef TORQUE_TESTS_ENABLED
|
||||
TEST(Maths, RotationF_Calculations)
|
||||
{
|
||||
//TODO: implement unit test
|
||||
};
|
||||
#endif
|
||||
|
||||
DefineEngineFunction(AddRotation, RotationF, (RotationF a, RotationF b, const char* returnType), ("Euler"),
|
||||
"Adds two rotations together.\n"
|
||||
"@param a Rotation one."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue