summaryrefslogtreecommitdiff
path: root/regress/compiler/spec
blob: 42c283e02597ffc1eebffc65d6d5353b8c87f0b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: spec,v 1.2 2019/03/17 12:20:09 rillig Exp $
#

do_cleanup() {

	${TEST_MAKE} "clean"
}

do_test() {

	do_cleanup

	${TEST_MAKE} 1>"${TEST_OUTFILE}" 2>&1
}

check_result() {

	exit_status "0"
	output_require "^Cplain"
	output_require "^Cplus"
}