view tests/xttest_main.cpp @ 281:41b0f6b9b9a4

Merge pull request #95 from kecsap/floorfixes Don't store the floor() result in integer because it can be out-of-range
author Jamie Bullock <jamie@jamiebullock.com>
date Tue, 05 Dec 2017 14:54:57 +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"
//}