aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.cpp
blob: 2877213cf30d3bdfa705e6a57c1021ec18e018f0 (plain)
1
2
3
4
5
6
#include <catch_amalgamated.hpp>


TEST_CASE( "DUMMY TEST", "[test]" ) {
    REQUIRE( 1 == 1 );
}