X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FMakefile.am;h=5cc1f82e4e2cbc4995a259f5bc46c655e4ad3135;hb=acce29c292b435fef4fd486495dca7d653be2bf2;hp=5f3afcb26452b4050d91bee6d8c9b2e4c402fa5d;hpb=ba35cd77a343901f61e4fc5279328b571e51604e;p=awesomized%2Flibmemcached diff --git a/tests/Makefile.am b/tests/Makefile.am index 5f3afcb2..5cc1f82e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -43,6 +43,7 @@ startservers_LDADD = $(LDADDS) libserver.la record: ./testapp > output.res + ./testplus > output_plus.res client-record: sh t/memcat.test > r/memcat.res @@ -54,12 +55,14 @@ client-record: record-extended: ./testapp extended > output2.res -test: testapp library_test +test: testapp testplus library_test echo "Tests completed" library_test: ./testapp > output.cmp diff output.res output.cmp +# ./testplus > output_plus.cmp +# diff output_plus.res output_plus.cmp clients: memcached -d -P /tmp/Xumemc.pid -p 12555