]> git.saurik.com Git - bison.git/blobdiff - tests/local.mk
* data/yacc.c: Fix last apostrophe warning from xgettext.
[bison.git] / tests / local.mk
index a635ed841c8afd553a7da8fee6c1a19c1eb79405..3466a4feb0ecb47a6d1810bd7b84ae591f3976a9 100644 (file)
@@ -1,7 +1,6 @@
 ## Makefile for Bison testsuite.
 
-## Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-## 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
@@ -53,6 +52,7 @@ TESTSUITE_AT =                                        \
   tests/input.at                               \
   tests/java.at                                        \
   tests/local.at                               \
+  tests/named-refs.at                          \
   tests/output.at                              \
   tests/push.at                                        \
   tests/reduce.at                              \
@@ -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 $@