aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/matrixtest.cpp (renamed from test/matrix_test.cpp)0
-rw-r--r--test/rigidbodytest.cpp (renamed from test/rigid_body_test.cpp)0
-rw-r--r--test/testbench.cpp0
-rw-r--r--test/testbench.hpp18
4 files changed, 18 insertions, 0 deletions
diff --git a/test/matrix_test.cpp b/test/matrixtest.cpp
index 16548164..16548164 100644
--- a/test/matrix_test.cpp
+++ b/test/matrixtest.cpp
diff --git a/test/rigid_body_test.cpp b/test/rigidbodytest.cpp
index c5683697..c5683697 100644
--- a/test/rigid_body_test.cpp
+++ b/test/rigidbodytest.cpp
diff --git a/test/testbench.cpp b/test/testbench.cpp
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/testbench.cpp
diff --git a/test/testbench.hpp b/test/testbench.hpp
new file mode 100644
index 00000000..0d2424fa
--- /dev/null
+++ b/test/testbench.hpp
@@ -0,0 +1,18 @@
+/*
+ * created 22-06-17 by Yann Herklotz
+ *
+ * Test bench to test different functions in the yage library
+ *
+ */
+
+#ifndef TEST_BENCH_HPP
+#define TEST_BENCH_HPP
+
+class TestBench
+{
+private:
+public:
+
+};
+
+#endif