X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FMakefile.am;h=e0a25e740fe77b97459ea1c18ef1dc5a449c5695;hb=26a094f56978a505d16aef3552d5620b6cfc2528;hp=deb825c42ed979dea5e51d4e4e2037584c978b32;hpb=806525899ce3dff894b829416307a4290cd882e2;p=m6w6%2Flibmemcached diff --git a/tests/Makefile.am b/tests/Makefile.am index deb825c4..e0a25e74 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,29 +1,31 @@ -INCLUDES = -I$(top_builddir)/include -LDADDS = ../lib/libmemcached.la - -LIBS = - -noinst_PROGRAMS = testapp - -testapp_SOURCES = test.c -testapp_LDADD = $(LDADDS) - -record: - ./testapp > output.res - -record-extended: - ./testapp extended > output2.res - -test: testapp - ./testapp > output.cmp - diff output.res output.cmp - -test-extended: testapp - ./testapp extended > output.cmp - diff output2.res output.cmp - -valgrind: - libtool --mode=execute valgrind --leak-check=yes --show-reachable=yes testapp - -valgrind-extended: - libtool --mode=execute valgrind --leak-check=yes --show-reachable=yes testapp extended +INCLUDES = -I$(top_builddir)/include +LDADDS = ../lib/libmemcached.la + +EXTRA_DIST = output.res output2.res + +LIBS = + +noinst_PROGRAMS = testapp + +testapp_SOURCES = test.c +testapp_LDADD = $(LDADDS) + +record: + ./testapp > output.res + +record-extended: + ./testapp extended > output2.res + +test: testapp + ./testapp > output.cmp + diff output.res output.cmp + +test-extended: testapp + ./testapp extended > output.cmp + diff output2.res output.cmp + +valgrind: + libtool --mode=execute valgrind --leak-check=yes --show-reachable=yes testapp + +valgrind-extended: + libtool --mode=execute valgrind --leak-check=yes --show-reachable=yes testapp extended