summaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: 82f6df90d3042e9a009d4fe44706679ebdd55ebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DEJATOOL = completion install unit
AM_RUNTESTFLAGS = --outdir log --ignore $(PACKAGE).log

EXTRA_DIST = completion \
	     config \
	     fixtures \
	     lib \
	     unit

all:
	$(mkdir_p) log tmp

distclean-local:
	rm -rf log tmp

AUTOMAKE_OPTIONS = dejagnu