8 scratch
=${objpfx}scratch
11 standards
=("ISO" "ISO99" "ISO11" "POSIX" "XPG3" "XPG4" "UNIX98"
12 "XOPEN2K" "XOPEN2K8" "POSIX2008")
15 > ${objpfx}run-conformtest.out
16 for s
in ${standards[*]}; do
19 if ! $perl conformtest.pl
--tmpdir="$scratch" --cc="$cc" --flags="$includes" --standard=$s > ${objpfx}conform-
$s.out
; then
22 printf "\n%s\n" $s >> ${objpfx}run-conformtest.out
23 tail -n 4 ${objpfx}conform-
$s.out
>> ${objpfx}run-conformtest.out
26 tail -n 3 ${objpfx}conform-
$s.out