test: fix dependency issue with "make test-unit"
commite7545e6366aefecca9f8bf1483a5777ed9f101b6
authorEric Wong <normalperson@yhbt.net>
Thu, 16 Apr 2009 23:16:24 +0000 (16 16:16 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 16 Apr 2009 23:16:24 +0000 (16 16:16 -0700)
treeacdc7404a8c29b344a61cbf91450cd55f91bc3ea
parent66841a0164bc03eddb7a6ac31e3923302dbc5146
test: fix dependency issue with "make test-unit"

The $(test_prefix)/.stamp file must be a dependency of the
parent make process otherwise the slow %.n children won't be
able to communicate the dependency up to the other non-slow
tests.
GNUmakefile