From: Yi He <[email protected]> When configured odp with --enable-test-vald, make distcheck will fail by not being able to find the test script time.sh in the distribution. This patch installs time test_SCRIPTS in distribution build.
Signed-off-by: Yi He <[email protected]> --- /** Email created from pull request 35 (heyi-linaro:install-check) ** https://github.com/Linaro/odp/pull/35 ** Patch: https://github.com/Linaro/odp/pull/35.patch ** Base sha: 09a7800c4c4a093fb962e362952f9cf562d2fc98 ** Merge commit sha: b5d79989fc5925e5b83cedaf9e7c599a2a855e80 **/ test/common_plat/validation/api/time/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/test/common_plat/validation/api/time/Makefile.am b/test/common_plat/validation/api/time/Makefile.am index 82682dfc..ca9c0562 100644 --- a/test/common_plat/validation/api/time/Makefile.am +++ b/test/common_plat/validation/api/time/Makefile.am @@ -16,3 +16,4 @@ time_main_LDADD = libtesttime.la $(LIBCUNIT_COMMON) $(LIBODP) EXTRA_DIST = time_test.h $(TESTSCRIPTS) dist_check_SCRIPTS = $(TESTSCRIPTS) +test_SCRIPTS = $(dist_check_SCRIPTS)
