X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8e03724b11043943af86cb8213d90ce7a87f6e22..209215672e84f3097ea9aa3abecf510f18208a3b:/tests/Makefile.am?ds=inline diff --git a/tests/Makefile.am b/tests/Makefile.am index 2f2be974..bd17ad60 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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, 2001 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,20 +21,20 @@ # 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) $(noinst_SCRIPTS) -check-local: atconfig testsuite - $(SHELL) testsuite +check-local: atconfig $(srcdir)/testsuite + $(SHELL) $(srcdir)/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 mv $@-tmp $@ -CLEANFILES = debug-*.sh +CLEANFILES = debug-*.sh empty DISTCLEANFILES = atconfig MAINTAINERCLEANFILES = testsuite