libmemcached: fix #50 with supplied patch
[awesomized/libmemcached] / libtest / test.hpp
index 1722c4dc996ae1059618bf6fa5237fc7ed10bb19..d904070008c8a64b3fe0586be8aa03490fa5d5d5 100644 (file)
 
 #pragma once
 
+#ifndef YATL_FULL
+# define YATL_FULL 1
+#endif
+
 #ifndef __PRETTY_FUNCTION__
-#define __PRETTY_FUNCTION__ __func__
+# define __PRETTY_FUNCTION__ __func__
 #endif
 
 #define YATL_STRINGIFY(x) #x
 #include <libtest/version.h>
 
 #include <libtest/vchar.hpp>
-#include <libtest/fatal.hpp>
+#include <libtest/error.h>
+#include <libtest/exception.hpp>
+#include <libtest/exception/disconnected.hpp>
+#include <libtest/exception/fatal.hpp>
 #include <libtest/result.hpp>
 
 #include <libtest/has.hpp>