From ba13606ca6adbc74b4db4a72b0769397d6408791 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 20 May 2013 01:55:32 +0300 Subject: fate: Add a --target-samples path parameter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows having the samples accessible via different paths on the target and on the host. Signed-off-by: Martin Storsjö --- tests/fate.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/fate.sh') diff --git a/tests/fate.sh b/tests/fate.sh index d2bc17881f..ac31c0f535 100755 --- a/tests/fate.sh +++ b/tests/fate.sh @@ -54,6 +54,7 @@ configure()( ${sysroot:+--sysroot="$sysroot"} \ ${target_exec:+--target-exec="$target_exec"} \ ${target_path:+--target-path="$target_path"} \ + ${target_samples:+--target-samples="$target_samples"} \ ${extra_cflags:+--extra-cflags="$extra_cflags"} \ ${extra_ldflags:+--extra-ldflags="$extra_ldflags"} \ ${extra_libs:+--extra-libs="$extra_libs"} \ -- cgit v1.2.3