chess-move-interface/tests/tests.cpp
2022-01-23 20:57:28 +01:00

6 lines
98 B
C++

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