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