mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
as... (suite.m4, regression.m4, calc.m4): these. * tests/atgeneral.m4: Update from CVS Autoconf.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
## Process this file with automake to create Makefile.in.
|
||||
|
||||
## Makefile for Bison testsuite.
|
||||
## Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
## Copyright 2000 Free Software Foundation, Inc.
|
||||
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
@@ -21,15 +21,15 @@
|
||||
# Distribute the testsuite since GNU M4 is needed to build it.
|
||||
noinst_SCRIPTS = testsuite
|
||||
|
||||
SUITE = calc.m4 regression.m4
|
||||
SUITE = calc.at regression.at
|
||||
|
||||
EXTRA_DIST = atgeneral.m4 suite.m4 $(SUITE)
|
||||
EXTRA_DIST = atgeneral.m4 suite.at $(SUITE)
|
||||
|
||||
check-local: atconfig testsuite
|
||||
$(SHELL) testsuite
|
||||
|
||||
testsuite: atgeneral.m4 suite.m4 $(SUITE)
|
||||
$(M4) -I $(srcdir) atgeneral.m4 suite.m4 | \
|
||||
testsuite: atgeneral.m4 suite.at $(SUITE)
|
||||
$(M4) -I $(srcdir) atgeneral.m4 suite.at | \
|
||||
sed -e 's/[ ]*$$//' | \
|
||||
sed -e '/^$$/N;/\n$$/D' > $@-tmp
|
||||
chmod +x $@-tmp
|
||||
|
||||
Reference in New Issue
Block a user