X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e141f4d4bb6584bfbf13003047a2e48e9a6eab6a..c12aa01f82a03db044985513a878497e5ab58377:/tests/local.mk diff --git a/tests/local.mk b/tests/local.mk index 9f736769..3466a4fe 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -1,6 +1,6 @@ ## Makefile for Bison testsuite. -## Copyright (C) 2000-2010 Free Software Foundation, Inc. +## Copyright (C) 2000-2011 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 @@ -68,7 +68,7 @@ RUN_TESTSUITE = $(TESTSUITE) -C tests $(TESTSUITEFLAGS) AUTOTEST = $(AUTOM4TE) --language=autotest AUTOTESTFLAGS = -I $(top_srcdir)/tests -$(TESTSUITE): tests/package.m4 $(TESTSUITE_AT) +$(TESTSUITE): $(top_srcdir)/tests/package.m4 $(TESTSUITE_AT) $(AUTOTEST) $(AUTOTESTFLAGS) $(top_srcdir)/tests/testsuite.at -o $@.tmp mv $@.tmp $@