annotate tests/xttest_main.cpp @ 285:89fe52066db1 tip master

MSCV missing ssize_t fix
author Jamie Bullock <jamie@jamiebullock.com>
date Tue, 16 Jul 2019 18:29:20 +0100
parents ecd6f2cf1346
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 //}