diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-11 17:30:31 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-11 17:30:31 +0000 |
commit | c8317ed6210ebc7fa5dbb1951f9e8dd4038af8b6 (patch) | |
tree | 1e6aa9e0feb6ce30749bc9fa52dacb424378ba75 /tests/xttest_main.cpp | |
parent | ba706261d3fc5b436aa6f09d57e62eeb77377d8f (diff) | |
parent | b3b6e6fd6b39e7f2bbbd8e2209302590d6d155eb (diff) | |
download | LibXtract-c8317ed6210ebc7fa5dbb1951f9e8dd4038af8b6.tar.gz LibXtract-c8317ed6210ebc7fa5dbb1951f9e8dd4038af8b6.tar.bz2 LibXtract-c8317ed6210ebc7fa5dbb1951f9e8dd4038af8b6.zip |
Merge branch 'feature/unit-tests' into develop
Diffstat (limited to 'tests/xttest_main.cpp')
-rw-r--r-- | tests/xttest_main.cpp | 20 |
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" +//} |