Add unit test for crypto_prng class

This commit is contained in:
Mike Ellery
2017-02-10 08:42:06 -08:00
committed by Nik Bougalis
parent 7b82051bdb
commit e92760eec8
4 changed files with 134 additions and 1 deletions

View File

@@ -20,9 +20,10 @@
#include <test/core/Config_test.cpp>
#include <test/core/Coroutine_test.cpp>
#include <test/core/CryptoPRNG_test.cpp>
#include <test/core/DeadlineTimer_test.cpp>
#include <test/core/JobCounter_test.cpp>
#include <test/core/SociDB_test.cpp>
#include <test/core/Stoppable_test.cpp>
#include <test/core/TerminateHandler_test.cpp>
#include <test/core/Workers_test.cpp>
#include <test/core/Workers_test.cpp>