[tests] Ensure that test-launcher.sh is found for out of tree builds
authorRobert Bragg <robert@linux.intel.com>
Fri, 19 Dec 2008 21:22:45 +0000 (21:22 +0000)
committerRobert Bragg <robert@linux.intel.com>
Sun, 21 Dec 2008 14:07:22 +0000 (14:07 +0000)
commita40666469d462d5bb24ce6ee7a8c5ccfc579c213
treea534dbca15722b40d40f2fe80ff93d46d2a2b010
parent4e493d1937e6e68e394dcb8a0ae7671dcc6d39e1
[tests] Ensure that test-launcher.sh is found for out of tree builds

When building out of tree the generated scripts for the unit tests
need to explicitly reference the original src dir to be able to find
test-launcher.sh, like this:
 $(top_srcdir)/tests/conform/test-launcher.sh

Also test-launcher.sh now passes -m slow --verbose to gtester. Without
-m slow then the wrappers dont work for some of the timeline tests.
tests/conform/Makefile.am
tests/conform/test-launcher.sh