index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2013-09-19 22:00:11 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-10-14 12:59:48 +1000 |
commit | 3a6bb2735b7715a8275826826ac3c525f03b121c (patch) | |
tree | fbf84ac3a076f4be7eb3ce1d280cb0bf7195860a /Makefile.am | |
parent | d43f54e5c494a3796cf7fadece7ca4ce73ca807d (diff) |
-rw-r--r-- | Makefile.am | 3 |
diff --git a/Makefile.am b/Makefile.am index f81fd79e..0729be3d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,9 @@ dist_pkgdata_DATA = \ proto/proto.install \ proto/ChangeLog.proto +$(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 > "$@" + TESTS = test/scripts/parseopts_test.sh \ test/scripts/human_to_size_test.sh \ test/util/pacsorttest.sh \ |