]>
git.saurik.com Git - bison.git/blob - tests/suite.m4
970c43673e9cdbfd1aacad00951d8b921abf23c0
2 # Validation suite for Bison.
3 # Copyright (C) 2000 Free Software Foundation, Inc.
7 # AT_INCLUDE([calc.m4])
10 AT_CHECK
([echo "stdout" && echo "stderr" >&2], 0, [], [])
14 AT_CHECK
([echo "stderr" >&2], 0, [], [])
18 AT_CHECK
([echo "stdout"], 0, [], [])