aboutsummaryrefslogtreecommitdiffstats
path: root/test/matrixtest.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-06-22 17:56:01 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-06-22 17:56:01 +0100
commita4b4047e48e435253efea0c188b808995a477d8c (patch)
tree5cbdf491df512043ecfb3e79e6a67cab49b8eec7 /test/matrixtest.cpp
parent7f27d3bf881ca3c257ab346c4ef5b6b0d177cdaa (diff)
downloadYAGE-a4b4047e48e435253efea0c188b808995a477d8c.tar.gz
YAGE-a4b4047e48e435253efea0c188b808995a477d8c.zip
Fixing file names
Diffstat (limited to 'test/matrixtest.cpp')
-rw-r--r--test/matrixtest.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/matrixtest.cpp b/test/matrixtest.cpp
new file mode 100644
index 00000000..16548164
--- /dev/null
+++ b/test/matrixtest.cpp
@@ -0,0 +1,14 @@
+/*
+ * created 22-06-17 by Yann Herklotz
+ *
+ * Tests the math class using different tests to see if matrix operations work
+ * correctly.
+ *
+ */
+
+#include "Math/math.hpp"
+
+int main()
+{
+ return 0;
+}