summaryrefslogtreecommitdiffstats
path: root/tests/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2012-06-01 15:30:56 +0200
committerKarel Zak2012-06-26 20:50:53 +0200
commitac73480a348b659e011054248de00a637dad3421 (patch)
tree12ac2dc8552238b24e12e476e93564c87d83bef4 /tests/Makemodule.am
parentbuild-sys: move partx to disk-utils/ (diff)
downloadkernel-qcow2-util-linux-ac73480a348b659e011054248de00a637dad3421.tar.gz
kernel-qcow2-util-linux-ac73480a348b659e011054248de00a637dad3421.tar.xz
kernel-qcow2-util-linux-ac73480a348b659e011054248de00a637dad3421.zip
build-sys: convert tests/ to module
Signed-off-by: Karel Zak <kzak@redhat.com>
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