]> git.saurik.com Git - bison.git/commit
tests: AT_SAVE_SPECIAL_FILES / AT_RESTORE_SPECIAL_FILES.
authorAkim Demaille <akim@lrde.epita.fr>
Fri, 11 May 2012 14:55:30 +0000 (16:55 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Fri, 11 May 2012 15:06:18 +0000 (17:06 +0200)
commit5192fd5d508ba4bf1bf4aabb59861f9227e99f09
tree82e2187e49c3fa3181bd0181f0a151b9c52888c8
parent7f7fdba418c416d106a996c4d88eb9c57146ae75
tests: AT_SAVE_SPECIAL_FILES / AT_RESTORE_SPECIAL_FILES.

Some of our macros play with expout and other Autotest special files,
which may break their callers (e.g., currently TESTSUITEFLAGS='248
BISON_TEST_XML=1' fails).

There is already some support for this.  Expand it to be ready to use
it elsewhere.

* tests/local.at (AT_RESTORE_SPECIAL_FILES, AT_SAVE_SPECIAL_FILES)
(at_save_special_files, at_restore_special_files): New.
(AT_BISON_CHECK_NO_XML): Use them.
tests/local.at