index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | pactest/Makefile.am | 3 |
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) |