]> git.saurik.com Git - bison.git/commit
tests: fix dependencies.
authorAkim Demaille <akim@lrde.epita.fr>
Fri, 23 Mar 2012 15:00:42 +0000 (16:00 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Sat, 24 Mar 2012 13:19:38 +0000 (14:19 +0100)
commitff9684b7201fa000a73fb5aa9bd586db7c76f07f
treee5ea045a255ebe3f38864b320f656e06f57a16d1
parent70986d84bc674b0fbd9a4dcf5ee192e2cec364bf
tests: fix dependencies.

* tests/local.mk (check_SCRIPTS): Add atlocal and atconfig so
that they are properly updated before running tests.
(RUN_TESTSUITE_deps): New.
Use it to factor the dependencies of "*-check" targets,
especially those that don't bounce to the regular
"check-local" target, since then they don't benefit from the
proper dependencies (such as atlocal).
tests/local.mk