lokinet/test
2024-06-14 13:25:56 -07:00
..
Catch2@4e8d92bf02 Dep bump + misc 2024-05-28 11:07:02 -07:00
config Updated RpcServer Initialization and Logic 2023-01-24 06:50:46 -08:00
crypto "Refactor" aka delete Crypto/CryptoManager 2024-01-31 07:54:12 -08:00
dns Updated RpcServer Initialization and Logic 2023-01-24 06:50:46 -08:00
hive fix up pyllarp parts 2021-03-02 07:20:29 -05:00
mocks it's... alive!? 2024-06-14 13:25:56 -07:00
net Updated RpcServer Initialization and Logic 2023-01-24 06:50:46 -08:00
nodedb Updated RpcServer Initialization and Logic 2023-01-24 06:50:46 -08:00
path Updated RpcServer Initialization and Logic 2023-01-24 06:50:46 -08:00
peerstats Updated RpcServer Initialization and Logic 2023-01-24 06:50:46 -08:00
router Updated RpcServer Initialization and Logic 2023-01-24 06:50:46 -08:00
routing "Refactor" aka delete Crypto/CryptoManager 2024-01-31 07:54:12 -08:00
service "Refactor" aka delete Crypto/CryptoManager 2024-01-31 07:54:12 -08:00
util Updated RpcServer Initialization and Logic 2023-01-24 06:50:46 -08:00
win32 happy new year 2020-01-05 20:40:34 -06:00
check_main.cpp Updated RpcServer Initialization and Logic 2023-01-24 06:50:46 -08:00
CMakeLists.txt Updated RpcServer Initialization and Logic 2023-01-24 06:50:46 -08:00
readme.md add directory specific readmes 2022-07-26 09:26:28 -04:00
test_llarp_encrypted_frame.cpp "Refactor" aka delete Crypto/CryptoManager 2024-01-31 07:54:12 -08:00
test_llarp_router_contact.cpp "Refactor" aka delete Crypto/CryptoManager 2024-01-31 07:54:12 -08:00
test_util.cpp Updated RpcServer Initialization and Logic 2023-01-24 06:50:46 -08:00
test_util.hpp Updated RpcServer Initialization and Logic 2023-01-24 06:50:46 -08:00

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.