]> Pileus Git - ~andy/gtk/commit
avoid redundant recursion for executing tests
authorSven Herzberg <herzi@gnome-de.org>
Thu, 12 Aug 2010 09:20:41 +0000 (11:20 +0200)
committerSven Herzberg <herzi@gnome-de.org>
Thu, 12 Aug 2010 09:20:41 +0000 (11:20 +0200)
commitcd00b0a490330d43cc0c9950cd590cac38a06be9
tree3731924da552f0c87aa304c81941323e13182cbf
parent8b917eeaf60424f23e5d6619ba25e449e37b0f3b
avoid redundant recursion for executing tests

* Makefile.decl: make sure that check-local does not depend on a
  recursive target for the tests. This way check can recurse and call
  check-local in each folder which then invokes test-cwd. This will
  make sure that a toplevel check-local doesn't recurse into subfolders
  as well. The was resulting in test being run twice (for "/tests"), tree
  times (e.g. for "/gtk/tests") and potentially more often
Makefile.decl