pacman/test/scripts/Makefile.am

13 lines
203 B
Makefile

check_SCRIPTS = \
parseopts_test.sh \
pacman-db-upgrade-v9.py \
makepkg-template_test.sh \
human_to_size_test.sh
noinst_SCRIPTS = $(check_SCRIPTS)
EXTRA_DIST = \
$(check_SCRIPTS)
# vim:set noet: