Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
add_executable(Stun_tests
|
||||
test_stun.cxx
|
||||
)
|
||||
|
||||
target_link_libraries(Stun_tests
|
||||
PRIVATE
|
||||
Stun
|
||||
Catch2::Catch2WithMain
|
||||
)
|
||||
|
||||
catch_discover_tests(Stun_tests)
|
||||
Reference in New Issue
Block a user