pgnp/tests/tests.cpp

7 lines
98 B
C++
Raw Normal View History

2022-01-23 20:57:28 +01:00
#include <catch_amalgamated.hpp>
TEST_CASE( "DUMMY TEST", "[test]" ) {
REQUIRE( 1 == 1 );
}