Add tests/regression.at and tests/suite.at.

This commit is contained in:
Akim Demaille
2000-12-15 09:44:44 +00:00
parent 69b4e0c5ea
commit c95f2d781f
2 changed files with 63 additions and 0 deletions

8
tests/suite.at Normal file
View File

@@ -0,0 +1,8 @@
#! /bin/sh
# Validation suite for Bison.
# Copyright 2000 Free Software Foundation, Inc.
AT_INIT([bison])
AT_INCLUDE([calc.at])
AT_INCLUDE([regression.at])