summaryrefslogtreecommitdiffstats
path: root/tests/Makemodule.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makemodule.am')
-rw-r--r--tests/Makemodule.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/Makemodule.am b/tests/Makemodule.am
new file mode 100644
index 000000000..e25f71391
--- /dev/null
+++ b/tests/Makemodule.am
@@ -0,0 +1,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