lokinet/test
Jeff Becker 4508c59cd3
redo includes to be consistent
2023-01-20 13:26:22 -05:00
..
Catch2@dba29b60d6 Update Catch2 to latest to fix build on impish 2021-10-17 16:30:43 -03:00
config redo includes to be consistent 2023-01-20 13:26:22 -05:00
crypto redo includes to be consistent 2023-01-20 13:26:22 -05:00
dns redo includes to be consistent 2023-01-20 13:26:22 -05:00
hive fix up pyllarp parts 2021-03-02 07:20:29 -05:00
mocks unit tests 2022-09-08 14:25:01 -04:00
net redo includes to be consistent 2023-01-20 13:26:22 -05:00
nodedb redo includes to be consistent 2023-01-20 13:26:22 -05:00
path redo includes to be consistent 2023-01-20 13:26:22 -05:00
peerstats redo includes to be consistent 2023-01-20 13:26:22 -05:00
router redo includes to be consistent 2023-01-20 13:26:22 -05:00
routing redo includes to be consistent 2023-01-20 13:26:22 -05:00
service redo includes to be consistent 2023-01-20 13:26:22 -05:00
util redo includes to be consistent 2023-01-20 13:26:22 -05:00
win32 happy new year 2020-01-05 20:40:34 -06:00
CMakeLists.txt redo includes to be consistent 2023-01-20 13:26:22 -05:00
check_main.cpp redo includes to be consistent 2023-01-20 13:26:22 -05:00
llarp_test.hpp redo includes to be consistent 2023-01-20 13:26:22 -05:00
readme.md add directory specific readmes 2022-07-26 09:26:28 -04:00
test_llarp_encrypted_frame.cpp redo includes to be consistent 2023-01-20 13:26:22 -05:00
test_llarp_router_contact.cpp redo includes to be consistent 2023-01-20 13:26:22 -05:00
test_util.cpp redo includes to be consistent 2023-01-20 13:26:22 -05:00
test_util.hpp redo includes to be consistent 2023-01-20 13:26:22 -05:00

readme.md

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.