summaryrefslogtreecommitdiffstats
path: root/pactest
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-06-08 20:50:01 +0200
committerDan McGee <dan@archlinux.org>2008-06-08 20:50:01 +0200
commit0fc538fcdb149141fe25448db5805f2ff790e8fa (patch)
tree6c829345824d25112d57c6b0d0464b9ed5a93202 /pactest
parentfcac23763b0cd6242a1e126b5063d95d4a46fd09 (diff)
downloadpacman-0fc538fcdb149141fe25448db5805f2ff790e8fa.tar.gz
pacman-0fc538fcdb149141fe25448db5805f2ff790e8fa.tar.xz
Various updates needed prior to a new release
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'pactest')
-rw-r--r--pactest/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/pactest/Makefile.am b/pactest/Makefile.am
index 85bb8017..ce611f78 100644
--- a/pactest/Makefile.am
+++ b/pactest/Makefile.am
@@ -7,7 +7,8 @@ check_SCRIPTS = \
pmrule.py \
pmtest.py \
util.py \
- $(wildcard tests/*.py)
+ $(wildcard tests/*.py) \
+ vercmptest.sh
noinst_SCRIPTS = $(check_SCRIPTS)