2020-03-19 17:58:35 +01:00
|
|
|
# $NetBSD: spec,v 1.2 2020/03/19 16:58:35 rillig Exp $
|
2019-03-21 22:45:30 +01:00
|
|
|
#
|
|
|
|
# Unit tests for the pkgsrc infrastructure.
|
|
|
|
|
|
|
|
do_test() {
|
2020-03-19 17:58:35 +01:00
|
|
|
for testfile in ./*.sh; do
|
|
|
|
sh "$testfile" || TEST_EXITSTATUS=$?
|
|
|
|
done
|
2019-03-21 22:45:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
check_result() {
|
|
|
|
exit_status 0
|
|
|
|
}
|