X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=libtest%2Finclude.am;h=33ed871692f090c1a735fc1c68b12fd0e7e9d661;hb=fd55b335a4d6530382bb95542479332c87de1d30;hp=fb859b665c674f9a735245fbc90dc67166ccfb5e;hpb=c4dbc7e56b01545e25bc95ba122c79d4a2631a99;p=awesomized%2Flibmemcached diff --git a/libtest/include.am b/libtest/include.am index fb859b66..33ed8716 100644 --- a/libtest/include.am +++ b/libtest/include.am @@ -16,9 +16,20 @@ CLEANFILES+= \ tests/var/tmp/* noinst_HEADERS+= \ + libtest/callbacks.h \ + libtest/collection.h \ + libtest/common.h \ + libtest/core.h \ + libtest/error.h \ libtest/failed.h \ + libtest/framework.h \ + libtest/get.h \ + libtest/runner.h \ libtest/server.h \ + libtest/stats.h \ + libtest/strerror.h \ libtest/test.h \ + libtest/test.hpp \ libtest/visibility.h noinst_LTLIBRARIES+= libtest/libserver.la @@ -26,8 +37,9 @@ libtest_libserver_la_SOURCES= libtest/server.c noinst_LTLIBRARIES+= libtest/libtest.la libtest_libtest_la_SOURCES=\ - libtest/test.c -libtest_libtest_la_CFLAGS= ${AM_CFLAGS} ${NO_CONVERSION} + libtest/framework.cc \ + libtest/test.cc +libtest_libtest_la_CFLAGS= ${AM_CFLAGS} ${NO_CONVERSION} -DBUILDING_LIBTEST libtest_libtest_la_CPPFLAGS= ${AM_CPPFLAGS} tests/var: tests/var/log tests/var/tmp