Increase the size of the buffer for the version string
[m6w6/libmemcached] / Makefile.am
index b9213a759eb53eb49fed49b72bafa4ca8a1cffdc..63d02ea3569c8a3a3dc2e671c17e3ed71a947f51 100644 (file)
@@ -1,15 +1,18 @@
 INCLUDES = 
-SUBDIRS = docs libmemcached tests support
+SUBDIRS = docs libmemcached tests support clients
 EXTRA_dist = README.FIRST
 
 test: all
-       cd tests; make test; cd ..
+       @(cd tests; ${MAKE} test)
 
 test-extended: all
-       cd tests; make test-extended; cd ..
+       @(cd tests; ${MAKE} test-extended)
 
 valgrind:
-       cd tests; make valgrind; cd ..
+       @(cd tests; ${MAKE} valgrind)
+
+test-no-outputdiff:
+       @(cd tests; ${MAKE} test-no-outputdiff)
 
 rpm: all dist
        cp libmemcached-$(VERSION).tar.gz /home/brian/rpmbuild/SOURCES/