chiark / gitweb /
Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/disorder
[disorder] / tests / Makefile.am
CommitLineData
c5dbcd79
RK
1#
2# This file is part of DisOrder.
3f5b2351 3# Copyright (C) 2004, 2005, 2007-2009, 2011, 2013 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
3e1d9716
MW
19VPATH+=${top_srcdir}/common
20
6ce6b5a9
RK
21noinst_PROGRAMS=disorder-udplog
22
3f5b2351 23AUTOMAKE_OPTIONS=subdir-objects
6ce6b5a9
RK
24AM_CPPFLAGS=-I${top_srcdir}/lib -I../lib
25
3e1d9716
MW
26disorder_udplog_SOURCES=udplog.c
27nodist_disorder_udplog_SOURCES=memgc.c
36a7f477 28disorder_udplog_LDADD=$(LIBOBJS) ../lib/libdisorder.a $(LIBGC)
6ce6b5a9
RK
29disorder_udplog_DEPENDENCIES=../lib/libdisorder.a
30
3ece470d 31TESTS=cookie.py dbversion.py dump.py files.py play.py queue.py \
657fdb79 32 recode.py search.py user.py aliases.py \
c9467b7a 33 schedule.py hashes.py playlists.py
3731bd7c 34
b7705fd6 35AM_TESTS_ENVIRONMENT=PYTHONUNBUFFERED=true;export PYTHONUNBUFFERED;
abf54aca 36
32a1e1e1 37clean-local:
38 rm -rf testroot *.log *.pyc
39
e663c61b 40EXTRA_DIST=dtest.py ${TESTS} fail.py
67e8149c 41CLEANFILES=*.gcda *.gcov *.gcno *.c.html index.html