X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Finclude.am;h=fb859b665c674f9a735245fbc90dc67166ccfb5e;hb=f604664b5fe098d3e22497896921c7dee5dcccd3;hp=f14d9435bb06b0139bf556a82019e9f3da875b73;hpb=faae971a1b825275ed3585c9692be3d84a62ce01;p=awesomized%2Flibmemcached diff --git a/libtest/include.am b/libtest/include.am index f14d9435..fb859b66 100644 --- a/libtest/include.am +++ b/libtest/include.am @@ -7,6 +7,13 @@ # # included from Top Level Makefile.am # All paths should be given relative to the root +# + +LIBUTEST_TMP = ${abs_top_builddir}/tests/var/tmp/ + +CLEANFILES+= \ + tests/var/log/* \ + tests/var/tmp/* noinst_HEADERS+= \ libtest/failed.h \ @@ -23,3 +30,11 @@ libtest_libtest_la_SOURCES=\ libtest_libtest_la_CFLAGS= ${AM_CFLAGS} ${NO_CONVERSION} libtest_libtest_la_CPPFLAGS= ${AM_CPPFLAGS} +tests/var: tests/var/log tests/var/tmp + $(mkdir_p) tests/var + +tests/var/log: + $(mkdir_p) tests/var/log + +tests/var/tmp: + $(mkdir_p) tests/var/tmp