aboutsummaryrefslogtreecommitdiff
path: root/tests/xttest_main.cpp
blob: 01d7e43572423b873138eeca38c260b246fa6583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
//}