X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FMakefile.am;h=f23fde0b9a054c8f44081e1a3d6ba1b80d4f7e85;hb=2e9d4c316f5182ef4c1f4d4757965bf5aebdc5e1;hp=5e50f097db54b7c65e4f2a3d87f26fd7e58bc14f;hpb=540b884236fe1e2d5e6cd52c70881d74e0fcea63;p=awesomized%2Flibmemcached diff --git a/tests/Makefile.am b/tests/Makefile.am index 5e50f097..f23fde0b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -16,16 +16,22 @@ EXTRA_DIST = output.res output2.res\ LIBS = noinst_HEADERS = test.h server.h -noinst_PROGRAMS = testapp testplus udptest +noinst_PROGRAMS = testapp testplus udptest atomsmasher startservers 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) ../lib/libmemcached.la +testplus_LDADD = $(LDADDS) udptest_SOURCES = test.c udp.c server.c -udptest_LDADD = $(LDADDS) ../lib/libmemcached.la +udptest_LDADD = $(LDADDS) + +atomsmasher_SOURCES = test.c atomsmasher.c server.c ../src/generator.c ../src/execute.c +atomsmasher_LDADD = $(LDADDS) + +startservers_SOURCES = start.c server.c +startservers_LDADD = $(LDADDS) record: ./testapp > output.res