Added test for quat type component length() static #565

This commit is contained in:
Christophe Riccio
2016-11-01 09:14:28 +01:00
parent f3fc2b2862
commit c4f52dc98f
3 changed files with 33 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ int test_log()
int main()
{
int Error(0);
int Error = 0;
Error += test_log();
Error += test_rotation();