This add AES support.
[m6w6/libmemcached] / libtest / test.h
index a79109f12f69ad298ae5ed7e4a1e6df9d48751a6..d349e54ae0ee3603b6f1cc1f101b4168409de13d 100644 (file)
@@ -138,6 +138,16 @@ do \
   } \
 } while (0)
 
+#define test_ne_compare(__expected, __actual) \
+do \
+{ \
+  if (libtest::_ne_compare_hint(__FILE__, __LINE__, __func__, ((__expected)), ((__actual)), true) == false) \
+  { \
+    libtest::create_core(); \
+    return TEST_FAILURE; \
+  } \
+} while (0)
+
 #define test_compare(__expected, __actual) \
 do \
 { \