13 lines
224 B
Text
13 lines
224 B
Text
# $NetBSD: spec,v 1.2 2020/03/19 16:58:35 rillig Exp $
|
|
#
|
|
# Unit tests for the pkgsrc infrastructure.
|
|
|
|
do_test() {
|
|
for testfile in ./*.sh; do
|
|
sh "$testfile" || TEST_EXITSTATUS=$?
|
|
done
|
|
}
|
|
|
|
check_result() {
|
|
exit_status 0
|
|
}
|