summaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: 003ec13270b3f155276e3138a205bc14a84a32e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
AUTOMAKE_OPTIONS = dejagnu
DEJATOOL = completion install unit
AM_RUNTESTFLAGS = --outdir log --ignore $(PACKAGE).log

SUBDIRS = t

EXTRA_DIST = completion \
	     config \
	     fixtures \
	     lib \
	     setup.cfg \
	     unit

all:
	$(MKDIR_P) log tmp

CLEANFILES = \
	fixtures/make/extra_makefile

clean-local:
	$(RM) -rf log tmp