Fix for test from Eric (we should rework this around the API)
[m6w6/libmemcached] / tests / Makefile.am
index 7a642be76478cb992bd946cda181867844cfe29c..b06d208ac9f3b04bfe73f8683bbf8fc0503b5c53 100644 (file)
@@ -71,3 +71,7 @@ clients:
 
 valgrind:
        libtool --mode=execute valgrind --leak-check=yes --show-reachable=yes  testapp
+
+test-no-outputdiff: testapp
+       ./testapp > /dev/null
+       @echo "Test completed"