X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/f0c20432f8c9dffd049c785f21cc85d98ff628fd..031f8feb8a0ce8c536e5121f51634ec0565ed403:/tests/Makefile.am diff --git a/tests/Makefile.am b/tests/Makefile.am index 7573b40..a845799 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,7 +18,19 @@ # USA # +noinst_PROGRAMS=disorder-udplog + +AM_CPPFLAGS=-I${top_srcdir}/lib -I../lib + +disorder_udplog_SOURCES=udplog.c +disorder_udplog_LDADD=$(LIBOBJS) ../lib/libdisorder.a +disorder_udplog_DEPENDENCIES=../lib/libdisorder.a + check: ${PYTHON} ${srcdir}/alltests -EXTRA_DIST=alltests dtest.py nothing.py version.py dbversion.py +clean-local: + rm -rf testroot *.log *.pyc + +EXTRA_DIST=alltests dtest.py dbversion.py search.py \ + queue.py dump.py play.py cookie.py user-upgrade.py user.py recode.py