X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2FMakefile.am;h=04c1c8f85287694b0dbbcd815d341e805a13ec4a;hb=85d5656889bb4a6148974f8817fbd419a45a3797;hp=cb4269b3ad9a7202f86004466c03b9dcaca8b5f0;hpb=e2a313f77fd825bdaec9db1649b0549b2d5962c2;p=m6w6%2Flibmemcached diff --git a/tests/Makefile.am b/tests/Makefile.am index cb4269b3..04c1c8f8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -15,14 +15,25 @@ EXTRA_DIST = output.res output2.res\ LIBS = -noinst_HEADERS = test.h -noinst_PROGRAMS = testapp +noinst_HEADERS = test.h server.h +noinst_PROGRAMS = testapp testplus udptest atomsmasher -testapp_SOURCES = test.c function.c ../src/generator.c ../src/execute.c +testapp_SOURCES = test.c function.c ../src/generator.c ../src/execute.c server.c testapp_LDADD = $(LDADDS) +testplus_SOURCES = test.c plus.cpp server.c +testplus_LDADD = $(LDADDS) + +udptest_SOURCES = test.c udp.c server.c +udptest_LDADD = $(LDADDS) + +atomsmasher_SOURCES = test.c atomsmasher.c server.c ../src/generator.c ../src/execute.c +atomsmasher_LDADD = $(LDADDS) + 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