X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=test%2Fsetup.cpp;h=a0325af52530637fb1b95058e7e6e3e41d72d862;hb=f2ab0a0c16503c35c23c6ad1ba11913d054ccdad;hp=493b591f0825cb5ea271e3008ea191a0dffd531d;hpb=03ba544b4ef8a00bd4d51dfde1ed2bfb477096dc;p=awesomized%2Flibmemcached diff --git a/test/setup.cpp b/test/setup.cpp index 493b591f..a0325af5 100644 --- a/test/setup.cpp +++ b/test/setup.cpp @@ -1,11 +1,13 @@ #include "mem_config.h" #include "test/lib/env.hpp" +#include "test/lib/random.hpp" #include #include #include #include #include #include +#include static void sigchld(int, siginfo_t *si, void *) { switch (si->si_code) { @@ -77,6 +79,8 @@ static inline void setup_sasl() { #endif int setup(int &, char ***argv) { + random_setup(); + setup_signals(); setup_asan(*argv); setup_sasl();