diff tests/xttest_main.cpp @ 264:ecd6f2cf1346

Initial unit testing setup with an example test
author Jamie Bullock <jamie@jamiebullock.com>
date Mon, 10 Nov 2014 20:29:19 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/xttest_main.cpp	Mon Nov 10 20:29:19 2014 +0000
@@ -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"
+//}