summaryrefslogtreecommitdiffstats
path: root/src/math/test/vector_test.cpp
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-06-07 13:35:23 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-06-07 13:35:23 +0200
commit5dee2731e6fb3deb2c44e269d12c2b7db62c74cb (patch)
tree276a8356b693e8b12e9f69196c7a95cc995e13bb /src/math/test/vector_test.cpp
parentf67a62fb28c882b1650b827730bac72f404e2c47 (diff)
downloadcolobot-5dee2731e6fb3deb2c44e269d12c2b7db62c74cb.tar.gz
colobot-5dee2731e6fb3deb2c44e269d12c2b7db62c74cb.tar.bz2
colobot-5dee2731e6fb3deb2c44e269d12c2b7db62c74cb.zip
Finished implementation of math functions
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