oxen-mq/tests
Jason Rhinelander a24e87d4d0 Fix sodium linking and call sodium_init()
We call libsodium functions which require a sodium_init() call; this is
usually a no-op (zmq will have already called it for us), but in case
zmq is built with tweetnacl instead of sodium we need to call it before
we call it directly in the LokiMQ ctor and the test suite.
2020-05-15 01:33:02 -03:00
..
Catch2@b3b07215d1 Add initial test suite with some batch job tests 2020-02-06 18:10:26 -04:00
CMakeLists.txt Fix sodium linking and call sodium_init() 2020-05-15 01:33:02 -03:00
common.h 1.1.0: invocation-time SN auth; failure responses 2020-04-12 19:57:19 -03:00
main.cpp Add initial test suite with some batch job tests 2020-02-06 18:10:26 -04:00
test_address.cpp Add address parsing/generating class 2020-05-08 21:42:16 -03:00
test_batch.cpp Add more locks around assertions 2020-03-21 12:56:13 -03:00
test_bt.cpp Add missing files 2020-05-15 00:28:34 -03:00
test_commands.cpp Fix test segfault under clang 2020-05-15 01:27:28 -03:00
test_connect.cpp Fix sodium linking and call sodium_init() 2020-05-15 01:33:02 -03:00
test_encoding.cpp Add it pair versions of {to,from}_{hex,base32z,base64} 2020-05-13 14:47:01 -03:00
test_failures.cpp Silence c++17 warnings from cppzmq 2020-05-12 15:47:22 -03:00
test_requests.cpp Test suite timing tweaks 2020-04-14 17:40:41 -03:00