Date: Tuesday, February 20, 2007 @ 02:43:40 Author: dan Path: /home/cvs-pacman/pacman-lib Modified: Makefile.am (1.11 -> 1.12) * Slightly fixed up the check target- we now pass 16 instead of 10 tests in the pactest suite. Obviuosly this needs some work to get to the bottom of why we aren't passing all of them. * Removed tags target- use autotools target 'make ctags' instead. -------------+ Makefile.am | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Index: pacman-lib/Makefile.am diff -u pacman-lib/Makefile.am:1.11 pacman-lib/Makefile.am:1.12 --- pacman-lib/Makefile.am:1.11 Sat Feb 10 03:10:22 2007 +++ pacman-lib/Makefile.am Tue Feb 20 02:43:39 2007 @@ -1,13 +1,9 @@ SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc -EXTRA_DIST = \ - NEWS \ - COPYING \ +EXTRA_DIST = \ + NEWS \ + COPYING \ README check: src/pacman - cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=-1 - -tags: - ctags -a lib/libalpm/*.[ch] - ctags -a src/pacman/*.[ch] + cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman.static --debug=1