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

include tests/helpers/Makemodule.am

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

clean-local-tests:
	rm -rf output diff

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