mirror of
https://gitlab.com/manzerbredes/pgnp.git
synced 2025-04-19 03:49:43 +00:00
Create project
This commit is contained in:
commit
fd78f92863
10 changed files with 21790 additions and 0 deletions
6
tests/tests.cpp
Normal file
6
tests/tests.cpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include <catch_amalgamated.hpp>
|
||||
|
||||
|
||||
TEST_CASE( "DUMMY TEST", "[test]" ) {
|
||||
REQUIRE( 1 == 1 );
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue