summaryrefslogtreecommitdiffstats
path: root/src/math/test/vector_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/test/vector_test.cpp')
-rw-r--r--src/math/test/vector_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/test/vector_test.cpp b/src/math/test/vector_test.cpp
index 2f4dd09..d2bf231 100644
--- a/src/math/test/vector_test.cpp
+++ b/src/math/test/vector_test.cpp
@@ -106,6 +106,7 @@ int main()
// Functions to test
int (*TESTS[])() =
{
+ TestLength,
TestNormalize,
TestDot,
TestCross