mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-04 16:45:07 -05:00
d9f9b87d3f
Note that this is meant to exercise pacsort more than the underlying version comparsion; that is better left to the standalone vercmptest.sh test script. Signed-off-by: Dan McGee <dan@archlinux.org>
11 lines
147 B
Makefile
11 lines
147 B
Makefile
check_SCRIPTS = \
|
|
pacsorttest.sh \
|
|
vercmptest.sh
|
|
|
|
noinst_SCRIPTS = $(check_SCRIPTS)
|
|
|
|
EXTRA_DIST = \
|
|
$(check_SCRIPTS)
|
|
|
|
# vim:set ts=2 sw=2 noet:
|