summaryrefslogtreecommitdiff
path: root/regress/infra-unittests/spec
blob: b7bde4b371733f042e5ca1040806ac7522c17b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: spec,v 1.1 2019/03/21 21:45:30 rillig Exp $
#
# Unit tests for the pkgsrc infrastructure.

do_test() {
	sh ./mocked-include.sh || TEST_EXITSTATUS=$?
	sh ./tools-bison.sh || TEST_EXITSTATUS=$?
}

check_result() {
	exit_status 0
}