index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-08-08 15:24:04 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-08 16:55:01 -0500 |
commit | d9f9b87d3ff6621577aa15bf3304f73219f6d5f1 (patch) | |
tree | 2957a73800af6d9f4f56e28cdd7f28ab059c030e /Makefile.am | |
parent | 1d37c19e0492ddd426c7a05c815a45b997b55498 (diff) |
-rw-r--r-- | Makefile.am | 2 |
diff --git a/Makefile.am b/Makefile.am index 286e6ae6..75760bb3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,6 +25,8 @@ check-local: test/pacman test/util src/pacman src/util $(PYTHON) $(top_srcdir)/test/pacman/pactest.py --debug=1 \ --test $(top_srcdir)/test/pacman/tests/*.py \ -p $(top_builddir)/src/pacman/pacman + $(SH) $(top_srcdir)/test/util/pacsorttest.sh \ + $(top_builddir)/src/util/pacsort $(SH) $(top_srcdir)/test/util/vercmptest.sh \ $(top_builddir)/src/util/vercmp |