mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 03:25:01 -05:00
1e9b79c33f
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.
10 lines
211 B
Makefile
10 lines
211 B
Makefile
SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc
|
|
|
|
EXTRA_DIST = \
|
|
NEWS \
|
|
COPYING \
|
|
README
|
|
|
|
check: src/pacman
|
|
cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman.static --debug=1
|