X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FMakefile.am;h=e76d1c14aaf47f5117b01112f46bf8458730e097;hb=69b905e54a2f5ad5038a3f75c269bbbb4c3e610f;hp=dc8ee2d242d3f1739ea5a5280c6cb378c74f7ab0;hpb=7f81aa3896f928233b3eacfc5bea7fed5174ae67;p=m6w6%2Flibmemcached diff --git a/tests/Makefile.am b/tests/Makefile.am index dc8ee2d2..e76d1c14 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -16,11 +16,14 @@ 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