X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Finclude.am;h=a91cc2ac028c069009ae4c346f83fa59ae7dd0da;hb=5c104c25a61292fd9552cb9587ea595916d554f7;hp=044ca4f8e7bf9e2b8cbcda171936d8cba8c2ca54;hpb=b1e692afdbd3823e57c649fe82e073f3b0743ada;p=m6w6%2Flibmemcached diff --git a/libtest/include.am b/libtest/include.am index 044ca4f8..a91cc2ac 100644 --- a/libtest/include.am +++ b/libtest/include.am @@ -22,7 +22,7 @@ LIBTOOL_COMMAND= ${abs_top_builddir}/libtool --mode=execute VALGRIND_COMMAND= $(LIBTOOL_COMMAND) valgrind --error-exitcode=1 --leak-check=yes --show-reachable=yes --track-fds=yes --malloc-fill=A5 --free-fill=DE -HELGRIND_COMMAND= $(LIBTOOL_COMMAND) valgrind --tool=helgrind --read-var-info=yes --error-exitcode=1 +HELGRIND_COMMAND= $(LIBTOOL_COMMAND) valgrind --tool=helgrind --read-var-info=yes --error-exitcode=1 --read-var-info=yes DRD_COMMAND= $(LIBTOOL_COMMAND) valgrind --tool=drd GDB_COMMAND= $(LIBTOOL_COMMAND) gdb -f -x libtest/run.gdb @@ -53,6 +53,7 @@ distclean-libtest-check: -rm -rf tmp_chroot noinst_HEADERS+= \ + libtest/binaries.h \ libtest/blobslap_worker.h \ libtest/callbacks.h \ libtest/cmdline.h \ @@ -65,6 +66,8 @@ noinst_HEADERS+= \ libtest/framework.h \ libtest/gearmand.h \ libtest/get.h \ + libtest/is_pid.hpp \ + libtest/is_local.hpp \ libtest/killpid.h \ libtest/libtool.hpp \ libtest/memcached.h \ @@ -73,6 +76,7 @@ noinst_HEADERS+= \ libtest/server.h \ libtest/server_container.h \ libtest/signal.h \ + libtest/socket.hpp \ libtest/stats.h \ libtest/stream.h \ libtest/strerror.h \ @@ -84,15 +88,20 @@ noinst_HEADERS+= \ noinst_LTLIBRARIES+= libtest/libtest.la libtest_libtest_la_SOURCES= \ + libtest/binaries.cc \ libtest/cmdline.cc \ + libtest/core.cc \ libtest/framework.cc \ + libtest/is_local.cc \ libtest/killpid.cc \ libtest/libtool.cc \ - libtest/runner.cc \ libtest/port.cc \ + libtest/runner.cc \ libtest/server.cc \ libtest/server_container.cc \ libtest/signal.cc \ + libtest/socket.cc \ + libtest/strerror.cc \ libtest/test.cc libtest_libtest_la_CXXFLAGS= ${AM_CXXFLAGS}