index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-05-29 17:25:37 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-05-29 17:25:37 -0500 |
commit | 2cd0a87b3f63abacaa3548ae24f764c42e00a3ff (patch) | |
tree | 0ff29a1f17422ebcc29260331d45f1b5b20389fe /Makefile.am | |
parent | b48f703aa6da7d9863501df1488f851313998ebe (diff) |
-rw-r--r-- | Makefile.am | 6 |
diff --git a/Makefile.am b/Makefile.am index dc085429..ea3b0e07 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,12 +11,14 @@ EXTRA_DIST = HACKING pkgdatadir = ${datadir}/${PACKAGE} dist_pkgdata_DATA = PKGBUILD.proto proto.install ChangeLog.proto -# run the pactest test suite -check-local: src/pacman +# run the pactest test suite and vercmp tests +check-local: pactest src/pacman src/util $(PYTHON) $(top_srcdir)/pactest/pactest.py --debug=1 \ --test $(top_srcdir)/pactest/tests/*.py \ -p $(top_builddir)/src/pacman/pacman rm -rf $(top_builddir)/root + $(SH) $(top_srcdir)/pactest/vercmptest.sh \ + $(top_builddir)/src/util/vercmp # create the pacman DB and cache directories upon install install-data-local: |