index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2015-02-12 13:33:20 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-02-12 13:33:20 +1000 |
commit | 27e3125c8d65b169ac2e76c7f029ee3a4a170745 (patch) | |
tree | 8841572774efd92ae73133ffc178038879858438 /Makefile.am | |
parent | 295a3491adc4af5c8634ac82777212ed9c664457 (diff) | |
parent | ba869597fb64f1101012df4b0d834ed5eced0b7c (diff) |
-rw-r--r-- | Makefile.am | 4 |
diff --git a/Makefile.am b/Makefile.am index 34489df8..3f10d156 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,8 +23,8 @@ dist_pkgdata_DATA = \ proto/PKGBUILD-vcs.proto \ proto/proto.install -$(top_srcdir)/test/pacman/tests/TESTS: $(wildcard test/pacman/tests/*.py*) - @printf "TESTS += %s\n" $^ | sed -e "s/\.py\.in/.py/" | LC_ALL=C sort -u > "$@" +$(top_srcdir)/test/pacman/tests/TESTS: $(wildcard test/pacman/tests/*.py) + @printf "TESTS += %s\n" $^ | LC_ALL=C sort -u > "$@" TESTS = test/scripts/parseopts_test.sh \ test/scripts/human_to_size_test.sh \ |