aboutsummaryrefslogtreecommitdiffstats
path: root/test/testbench.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/testbench.hpp')
-rw-r--r--test/testbench.hpp18
1 files changed, 18 insertions, 0 deletions
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