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