You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/test
dan 13b01c86a6 Updated RpcServer Initialization and Logic
-- Moved all RPCServer initialization logic to rpcserver constructor
    -- Fixed config logic, fxn binding to rpc address, fxn adding rpc cats
    -- router hive failed CI/CD resulting from outdated reference to rpcBindAddr
    -- ipc socket as default hidden from windows (for now)
refactored config endpoint
    - added rpc call script (contrib/omq-rpc.py)
    - added new fxns to .ini config stuff
    - added delete .ini file functionality to config endpoint
    - added edge case control for config endpoint

add commented out line in clang-form for header reorg later
1 year ago
..
Catch2@dba29b60d6 Update Catch2 to latest to fix build on impish 3 years ago
config Updated RpcServer Initialization and Logic 1 year ago
crypto Updated RpcServer Initialization and Logic 1 year ago
dns Updated RpcServer Initialization and Logic 1 year ago
hive fix up pyllarp parts 3 years ago
mocks unit tests 2 years ago
net Updated RpcServer Initialization and Logic 1 year ago
nodedb Updated RpcServer Initialization and Logic 1 year ago
path Updated RpcServer Initialization and Logic 1 year ago
peerstats Updated RpcServer Initialization and Logic 1 year ago
router Updated RpcServer Initialization and Logic 1 year ago
routing Updated RpcServer Initialization and Logic 1 year ago
service Updated RpcServer Initialization and Logic 1 year ago
util Updated RpcServer Initialization and Logic 1 year ago
win32 happy new year 4 years ago
CMakeLists.txt Updated RpcServer Initialization and Logic 1 year ago
check_main.cpp Updated RpcServer Initialization and Logic 1 year ago
llarp_test.hpp Updated RpcServer Initialization and Logic 1 year ago
readme.md add directory specific readmes 2 years ago
test_llarp_encrypted_frame.cpp Updated RpcServer Initialization and Logic 1 year ago
test_llarp_router_contact.cpp Updated RpcServer Initialization and Logic 1 year ago
test_util.cpp Updated RpcServer Initialization and Logic 1 year ago
test_util.hpp Updated RpcServer Initialization and Logic 1 year ago

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.