Files
bison/tests/suite.m4
Akim Demaille 8e03724b11 When a literal string is used to define two different tokens,
`bison -v' segfaults.
Reported by Piotr Gackiewicz, and fixed by Neil Booth.
* tests/regression.m4: New file.
Include the core of the sample provided by Piotr Gackiewicz.
* src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
properly.
2000-10-04 11:52:53 +00:00

9 lines
161 B
Bash

#!/bin/sh
# Validation suite for Bison.
# Copyright (C) 2000 Free Software Foundation, Inc.
AT_INIT([bison])
AT_INCLUDE([calc.m4])
AT_INCLUDE([regression.m4])