mirror of
https://gitlab.com/manzerbredes/chess-move-interface.git
synced 2025-04-07 02:26:30 +02:00
6 lines
98 B
C++
6 lines
98 B
C++
#include <catch_amalgamated.hpp>
|
|
|
|
|
|
TEST_CASE( "DUMMY TEST", "[test]" ) {
|
|
REQUIRE( 1 == 1 );
|
|
}
|