X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=test%2Fsetup.cpp;h=a0325af52530637fb1b95058e7e6e3e41d72d862;hb=f2ab0a0c16503c35c23c6ad1ba11913d054ccdad;hp=9591a3569c7b982350bfdf35fe6dc8a6563c5698;hpb=7e2b466107a65e22f1cc258ca8643922dbb60352;p=awesomized%2Flibmemcached diff --git a/test/setup.cpp b/test/setup.cpp index 9591a356..a0325af5 100644 --- a/test/setup.cpp +++ b/test/setup.cpp @@ -1,5 +1,6 @@ #include "mem_config.h" #include "test/lib/env.hpp" +#include "test/lib/random.hpp" #include #include #include @@ -78,6 +79,8 @@ static inline void setup_sasl() { #endif int setup(int &, char ***argv) { + random_setup(); + setup_signals(); setup_asan(*argv); setup_sasl();