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
Jason Rhinelander f4f5ab0109 "Refactor" aka delete Crypto/CryptoManager
- Get rid of CryptoManager.
- Get rid of Crypto.
- Move all the Crypto instance methods to llarp::crypto functions.
  (None of them needed to be methods at all, so this is simple).
- Move sodium/ntru initialization into static initialization.
- Add llarp::csrng, which is an available llarp::CSRNG instance which is
  a bit easier than needing to construct a `CSRNG rng{};` in various
  places.
- Various related small simplifications/cleanups.
7 months 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 "Refactor" aka delete Crypto/CryptoManager 7 months ago
dns Updated RpcServer Initialization and Logic 1 year ago
hive fix up pyllarp parts 3 years ago
mocks Deleted a lot 8 months 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 "Refactor" aka delete Crypto/CryptoManager 7 months ago
service "Refactor" aka delete Crypto/CryptoManager 7 months 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
readme.md add directory specific readmes 2 years ago
test_llarp_encrypted_frame.cpp "Refactor" aka delete Crypto/CryptoManager 7 months ago
test_llarp_router_contact.cpp "Refactor" aka delete Crypto/CryptoManager 7 months 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.