index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile.am | 1 |
diff --git a/Makefile.am b/Makefile.am index cd69b6e7..d4cc9fa4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,7 @@ test-pacman: test/pacman src/pacman LC_ALL=C $(PYTHON) $(top_srcdir)/test/pacman/pactest.py --debug=1 \ --test $(top_srcdir)/test/pacman/tests/*.py \ --scriptlet-shell $(SCRIPTLET_SHELL) \ + --ldconfig $(LDCONFIG) \ -p $(top_builddir)/src/pacman/pacman test-pacsort: test/util src/util |