mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 03:25:01 -05:00
0ac96d94ec
Now that not everything is in 'pactest/', we can separate out the parts a bit more and leave the pacman/ directory to be just pactest. Signed-off-by: Dan McGee <dan@archlinux.org>
10 lines
129 B
Makefile
10 lines
129 B
Makefile
check_SCRIPTS = \
|
|
vercmptest.sh
|
|
|
|
noinst_SCRIPTS = $(check_SCRIPTS)
|
|
|
|
EXTRA_DIST = \
|
|
$(check_SCRIPTS)
|
|
|
|
# vim:set ts=2 sw=2 noet:
|