1 2 3 4 5 6
#include <catch_amalgamated.hpp> TEST_CASE( "DUMMY TEST", "[test]" ) { REQUIRE( 1 == 1 ); }