index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-03-08 14:16:42 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-03-08 14:37:19 -0600 |
commit | 74c5bd70cf97154f2fa09418bb87a9483a5359ff (patch) | |
tree | dcc31746d03dd8cd4dc3cb06c12908f945972552 /pactest/Makefile.am | |
parent | 797c190f93d24ff1e352549f320a0612cd04382b (diff) |
-rw-r--r-- | pactest/Makefile.am | 3 |
diff --git a/pactest/Makefile.am b/pactest/Makefile.am index 879f23d0..85bb8017 100644 --- a/pactest/Makefile.am +++ b/pactest/Makefile.am @@ -7,8 +7,7 @@ check_SCRIPTS = \ pmrule.py \ pmtest.py \ util.py \ - $(wildcard tests/*.py) \ - tests/TESTS + $(wildcard tests/*.py) noinst_SCRIPTS = $(check_SCRIPTS) |