summaryrefslogtreecommitdiffstats
path: root/test/scripts/Makefile.am
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-12-21 15:46:37 +0100
committerAllan McRae <allan@archlinux.org>2015-01-11 09:58:24 +0100
commitca5af32b9931172387cf3df47cece22bf1523186 (patch)
treed62425ceb16514caaa6c36d4f71dbc965b4f232f /test/scripts/Makefile.am
parentf617b6acd4e33586819ac5728825cbdcac12f042 (diff)
downloadpacman-ca5af32b9931172387cf3df47cece22bf1523186.tar.gz
pacman-ca5af32b9931172387cf3df47cece22bf1523186.tar.xz
Add testrunner for makepkg-template
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'test/scripts/Makefile.am')
-rw-r--r--test/scripts/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scripts/Makefile.am b/test/scripts/Makefile.am
index 8d6bc842..ed1a9511 100644
--- a/test/scripts/Makefile.am
+++ b/test/scripts/Makefile.am
@@ -1,6 +1,7 @@
check_SCRIPTS = \
parseopts_test.sh \
pacman-db-upgrade-v9.py \
+ makepkg-template_test.sh \
human_to_size_test.sh
noinst_SCRIPTS = $(check_SCRIPTS)