X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FMakefile.am;h=e76d1c14aaf47f5117b01112f46bf8458730e097;hb=69b905e54a2f5ad5038a3f75c269bbbb4c3e610f;hp=cb4269b3ad9a7202f86004466c03b9dcaca8b5f0;hpb=e2a313f77fd825bdaec9db1649b0549b2d5962c2;p=m6w6%2Flibmemcached diff --git a/tests/Makefile.am b/tests/Makefile.am index cb4269b3..e76d1c14 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -16,13 +16,18 @@ EXTRA_DIST = output.res output2.res\ LIBS = noinst_HEADERS = test.h -noinst_PROGRAMS = testapp +noinst_PROGRAMS = testapp testplus testapp_SOURCES = test.c function.c ../src/generator.c ../src/execute.c testapp_LDADD = $(LDADDS) +testplus_SOURCES = test.c plus.cpp +testplus_LDADD = $(LDADDS) ../lib/libmemcached.la + record: ./testapp > output.res + +client-record: sh t/memcat.test > r/memcat.res sh t/memcp.test > r/memcp.res sh t/memrm.test > r/memrm.res