X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/520144aadc34f57ac0572ded66ab62fc32cb3069..60607adb3c14bd0fea3eb217b1a9fccd2c308122:/tests/local.mk?ds=sidebyside diff --git a/tests/local.mk b/tests/local.mk index 4f2ee52d..ede62aa7 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 @@ -108,7 +108,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