bottle/test/pacman/Makefile.am
Allan McRae 844d82fad8 Move pacman test suite
Move the test suite to test/pacman in order to make a logical
location for a future makepkg test suite.

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-06-02 13:14:51 -05:00

23 lines
276 B
Makefile

SUBDIRS = tests
check_SCRIPTS = \
pactest.py \
pmdb.py \
pmenv.py \
pmfile.py \
pmpkg.py \
pmrule.py \
pmtest.py \
util.py \
vercmptest.sh
noinst_SCRIPTS = $(check_SCRIPTS)
EXTRA_DIST = \
README \
TODO \
ChangeLog \
$(check_SCRIPTS)
# vim:set ts=2 sw=2 noet: