* 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.
This commit is contained in:
parent
03f034ef0e
commit
1e9b79c33f
1 changed files with 4 additions and 8 deletions
12
Makefile.am
12
Makefile.am
|
@ -1,13 +1,9 @@
|
||||||
SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc
|
SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
NEWS \
|
NEWS \
|
||||||
COPYING \
|
COPYING \
|
||||||
README
|
README
|
||||||
|
|
||||||
check: src/pacman
|
check: src/pacman
|
||||||
cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=-1
|
cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman.static --debug=1
|
||||||
|
|
||||||
tags:
|
|
||||||
ctags -a lib/libalpm/*.[ch]
|
|
||||||
ctags -a src/pacman/*.[ch]
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue