chiark / gitweb /
Horrible bodge to wait for root user to be created before attempting to
[disorder] / tests / Makefile.am
CommitLineData
c5dbcd79
RK
1#
2# This file is part of DisOrder.
fac7c239 3# Copyright (C) 2004, 2005, 2007-2009 Richard Kettlewell
c5dbcd79 4#
e7eb3a27 5# This program is free software: you can redistribute it and/or modify
c5dbcd79 6# it under the terms of the GNU General Public License as published by
e7eb3a27 7# the Free Software Foundation, either version 3 of the License, or
c5dbcd79
RK
8# (at your option) any later version.
9#
e7eb3a27
RK
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
c5dbcd79 15# You should have received a copy of the GNU General Public License
e7eb3a27 16# along with this program. If not, see <http://www.gnu.org/licenses/>.
c5dbcd79
RK
17#
18
6ce6b5a9
RK
19noinst_PROGRAMS=disorder-udplog
20
21AM_CPPFLAGS=-I${top_srcdir}/lib -I../lib
22
31c3fe41 23disorder_udplog_SOURCES=udplog.c ../lib/memgc.c
36a7f477 24disorder_udplog_LDADD=$(LIBOBJS) ../lib/libdisorder.a $(LIBGC)
6ce6b5a9
RK
25disorder_udplog_DEPENDENCIES=../lib/libdisorder.a
26
3ece470d 27TESTS=cookie.py dbversion.py dump.py files.py play.py queue.py \
17360d2f 28 recode.py search.py user-upgrade.py user.py aliases.py \
72a2cb48 29 schedule.py hashes.py
3731bd7c 30
abf54aca
RK
31TESTS_ENVIRONMENT=${PYTHON} -u
32
32a1e1e1 33clean-local:
34 rm -rf testroot *.log *.pyc
35
abf54aca 36EXTRA_DIST=dtest.py ${TESTS}
67e8149c 37CLEANFILES=*.gcda *.gcov *.gcno *.c.html index.html