summaryrefslogtreecommitdiffstats
path: root/tests/Makemodule.am
blob: a5e26bfb1d1aa3fe845846da9d77255b93c28026 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

include tests/helpers/Makemodule.am

EXTRA_DIST += \
	tests/expected \
	tests/functions.sh \
	tests/run.sh \
	tests/run-nonroot.sh \
	tests/ts

clean-local-tests:
	rm -rf output diff

TESTS += tests/run-nonroot.sh
CLEAN_LOCALS += clean-local-tests