aboutsummaryrefslogtreecommitdiff
path: root/tests/xttest_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xttest_main.cpp')
-rw-r--r--tests/xttest_main.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/xttest_main.cpp b/tests/xttest_main.cpp
new file mode 100644
index 0000000..01d7e43
--- /dev/null
+++ b/tests/xttest_main.cpp
@@ -0,0 +1,20 @@
+
+#define CATCH_CONFIG_MAIN
+#include "catch.hpp"
+
+//TEST_CASE("Scalar feature extraction functions", "[scalar]")
+//{
+//// #include "containers.hpp"
+//}
+//
+//TEST_CASE("Test Helper Functions", "[helpers]") {
+//// #include "helpers.hpp"
+//}
+
+//TEST_CASE("Test Integer Compatibility", "[ints]") {
+//// #include "integers.hpp"
+//}
+
+//TEST_CASE("Test Float Compatibility", "[floats]") {
+//// #include "floats.hpp"
+//}