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