aboutsummaryrefslogtreecommitdiffstats
path: root/test/matrixtest.cpp
diff options
context:
space:
mode:
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;
+}