1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/Makefile.am
Dan McGee 1e9b79c33f * 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.
2007-02-20 07:43:39 +00:00

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