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

include tests/helpers/Makemodule.am

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

clean-local-tests:
	rm -rf output diff

CLEAN_LOCALS += clean-local-tests