Update to printout where things are going wrong.
[awesomized/libmemcached] / libtest / comparison.cc
index 0429cde87ff5c4d7bbe2dcd042158ad2ad095d7f..46aabe78973b31aa02da038dcd61c835551a5efb 100644 (file)
@@ -34,7 +34,7 @@
  *
  */
 
-#include <config.h>
+#include "libtest/yatlcon.h"
 #include <libtest/common.h>
 
 namespace libtest {
@@ -66,6 +66,11 @@ bool gdb_is_caller(void)
     return true;
   }
 
+  if (bool(getenv("LIBTEST_IN_GDB")))
+  {
+    return true;
+  }
+
   return false;
 }