summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 23347213ac83cde492d95e05946149fcdda267fd (plain)
1
2
3
4
5
6
7
8
9
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