]> git.proxmox.com Git - mirror_ovs.git/commit - tests/automake.mk
tests: Regenerate atlocal when running tests.
authorBen Pfaff <blp@ovn.org>
Tue, 20 Dec 2016 21:15:51 +0000 (13:15 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 21 Dec 2016 00:23:43 +0000 (16:23 -0800)
commitd4f531ce027c03993b5ab5c80287aec5392f6421
tree9467cfdeddfe68667feb4f57c7ff740a4ee848a9
parenta0c03adff6c23da64797ce087747f89f56cf2585
tests: Regenerate atlocal when running tests.

A previous patch fixed double rebuilds when running tests in some cases.
That patch removed dependencies from targets in tests/automake.mk that
were redundant because the "all" target already depended on them.  A
dependency on tests/atlocal was also removed in the belief that "all"
depended on tests/atlocal.  This belief was incorrect, which meant that
tests/atlocal would not get regenerated if it was removed or out of date.
This commit fixes the problem.

Reported-by: Joe Stringer <joe@ovn.org>
Fixes: a8cb456227b0 ("tests: Fix double-rebuild of testsuite for "check-valgrind" and similar.")
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Joe Stringer <joe@ovn.org>
tests/automake.mk