Add tests for PeerAddress struct

PR #22388.
This commit is contained in:
Chocobo1 2025-03-10 03:11:08 +08:00 committed by GitHub
commit b74b334e34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 83 additions and 0 deletions

View file

@ -7,6 +7,7 @@ include_directories("../src")
set(testFiles
testalgorithm.cpp
testbittorrentpeeraddress.cpp
testbittorrenttrackerentry.cpp
testconceptsexplicitlyconvertibleto.cpp
testconceptsstringable.cpp