comparison 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
comparison
equal deleted inserted replaced
263:5b13897691e8 264:ecd6f2cf1346
1
2 #define CATCH_CONFIG_MAIN
3 #include "catch.hpp"
4
5 //TEST_CASE("Scalar feature extraction functions", "[scalar]")
6 //{
7 //// #include "containers.hpp"
8 //}
9 //
10 //TEST_CASE("Test Helper Functions", "[helpers]") {
11 //// #include "helpers.hpp"
12 //}
13
14 //TEST_CASE("Test Integer Compatibility", "[ints]") {
15 //// #include "integers.hpp"
16 //}
17
18 //TEST_CASE("Test Float Compatibility", "[floats]") {
19 //// #include "floats.hpp"
20 //}