X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=5cc8d5c5e5d0f6eb011e18e201611655757a414b;hb=ccd00450d57624afba24bfbb6e76d1d69d0ad0f8;hp=6b05f81f7e880e7c4cb9800c00c65e6308fe31a5;hpb=aef60cba06c79c42f79532923aa49675386c552f;p=m6w6%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index 6b05f81f..5cc8d5c5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,21 @@ INCLUDES = include -SUBDIRS = docs include lib src tests +SUBDIRS = docs include lib src tests support test: all cd tests; make test; cd .. -ltest: all - ./tests/testapp output.txt +test-extended: all + cd tests; make test-extended; cd .. valgrind: cd tests; make valgrind; cd .. +valgrind-extended: + cd tests; make valgrind-extended; cd .. + +rpm: all dist + cp libmemcached-$(VERSION).tar.gz /home/brian/rpmbuild/SOURCES/ + rpmbuild -ba support/libmemcached.spec + cp /home/brian/rpmbuild/RPMS/x86_64/libmemcached-$(VERSION)*.rpm . + cp /home/brian/rpmbuild/SRPMS/libmemcached-$(VERSION)*.rpm .