index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2014-01-09 09:44:18 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-01-10 14:30:05 +1000 |
commit | 00b6694068bcf86775089e0c110073fa592794d5 (patch) | |
tree | 5b7cec8406fea9a4e09c8438b9c42f6c7eff3e8f /Makefile.am | |
parent | 3f34e0936abba7100b245726928f381ec06daeb1 (diff) |
-rw-r--r-- | Makefile.am | 1 |
diff --git a/Makefile.am b/Makefile.am index d22c52e6..2eb71e3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,7 @@ TESTS = test/scripts/parseopts_test.sh \ test/util/vercmptest.sh include $(top_srcdir)/test/pacman/tests/TESTS +TEST_SUITE_LOG = test/test-suite.log TEST_EXTENSIONS = .py AM_TESTS_ENVIRONMENT = \ PMTEST_UTIL_DIR=$(top_builddir)/src/util/; export PMTEST_UTIL_DIR; \ |