diff options
author | Dan McGee <dan@archlinux.org> | 2008-06-08 13:50:01 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-06-08 13:50:01 -0500 |
commit | 0fc538fcdb149141fe25448db5805f2ff790e8fa (patch) | |
tree | 6c829345824d25112d57c6b0d0464b9ed5a93202 /pactest | |
parent | fcac23763b0cd6242a1e126b5063d95d4a46fd09 (diff) | |
download | 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.am | 3 |
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) |