mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
379ac755ec
changes to how config defaults, specifically allowing defaults to be a vector, broke unit test compilation. this makes them compile again. |
||
---|---|---|
.. | ||
Catch2@dba29b60d6 | ||
config | ||
crypto | ||
dns | ||
hive | ||
mocks | ||
net | ||
nodedb | ||
path | ||
peerstats | ||
router | ||
routing | ||
service | ||
util | ||
win32 | ||
check_main.cpp | ||
CMakeLists.txt | ||
llarp_test.hpp | ||
readme.md | ||
test_llarp_encrypted_frame.cpp | ||
test_llarp_router_contact.cpp | ||
test_util.cpp | ||
test_util.hpp |
unit tests and such
to enable unit tests, add cmake flag -DWITH_TESTS=ON
unit tests can be built and run with the check
target.