X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FMakefile.am;h=e0a25e740fe77b97459ea1c18ef1dc5a449c5695;hb=735295f0989edbd884a2c3935d1219a59ebe5698;hp=ec02a49bf68726d3b42a9c8b2d054d752873007f;hpb=8fd64e9d5ac7d52c008d0b38ae1c886269ea8c41;p=m6w6%2Flibmemcached diff --git a/tests/Makefile.am b/tests/Makefile.am index ec02a49b..e0a25e74 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,31 +1,31 @@ -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 +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