X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5458913abab5e33938892b0d279f02f3b09d94db..1a9646fc9140f896500a812672742b82634c2249:/tests/local.mk diff --git a/tests/local.mk b/tests/local.mk index 4f2ee52d..5f7fa452 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -1,6 +1,6 @@ ## Makefile for Bison testsuite. -# Copyright (C) 2000-2012 Free Software Foundation, Inc. +# Copyright (C) 2000-2013 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 +53,7 @@ TESTSUITE_AT = \ tests/headers.at \ tests/input.at \ tests/java.at \ + tests/javapush.at \ tests/local.at \ tests/named-refs.at \ tests/output.at \ @@ -63,7 +64,8 @@ TESTSUITE_AT = \ tests/sets.at \ tests/skeletons.at \ tests/synclines.at \ - tests/torture.at + tests/torture.at \ + tests/types.at TESTSUITE = $(top_srcdir)/tests/testsuite @@ -72,6 +74,7 @@ AUTOTESTFLAGS = -I $(top_srcdir)/tests $(TESTSUITE): $(TESTSUITE_AT) $(AM_V_GEN) \ $(AUTOTEST) $(AUTOTESTFLAGS) $(srcdir)/tests/testsuite.at -o $@.tmp + $(AM_V_at)$(PERL) -pi -e 's/\@tb\@/\t/g' $@.tmp $(AM_V_at)mv $@.tmp $@ @@ -108,7 +111,7 @@ maintainer-check-posix: $(RUN_TESTSUITE_deps) maintainer-check-valgrind: $(RUN_TESTSUITE_deps) test -z '$(VALGRIND)' || \ $(RUN_TESTSUITE) \ - PREBISON='$(VALGRIND) -q' PREPARSER='$(VALGRIND) -q' \ + PREBISON='$(VALGRIND_PREBISON)' PREPARSER='$(VALGRIND) -q' \ VALGRIND_OPTS='--leak-check=full --show-reachable=yes' .PHONY: maintainer-check