view tests/xttest_main.cpp @ 276:c5e3855caaa9

Raise a preprocessor error if neither __APPLE__ nor USE_OOURA is defined
author Jamie Bullock <jamie@jamiebullock.com>
date Thu, 13 Nov 2014 15:16:19 +0000
parents ecd6f2cf1346
children
line wrap: on
line source

#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"
//}