From: Marcel Apfelbaum Date: Thu, 26 Dec 2013 14:54:20 +0000 (+0200) Subject: configure: added acpi unit-test files X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~1116^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2304b52f1b20fa79d299177d1fe75df2d265bfa;p=sdk%2Femulator%2Fqemu.git configure: added acpi unit-test files Ensure configure will set-up links for the files if the build is created in other directory. Signed-off-by: Marcel Apfelbaum Signed-off-by: Michael S. Tsirkin --- diff --git a/configure b/configure index b472694..236764a 100755 --- a/configure +++ b/configure @@ -4774,6 +4774,10 @@ for bios_file in \ do FILES="$FILES pc-bios/`basename $bios_file`" done +for test_file in `find $source_path/tests/acpi-test-data -type f` +do + FILES="$FILES tests/acpi-test-data`echo $test_file | sed -e 's/.*acpi-test-data//'`" +done mkdir -p $DIRS for f in $FILES ; do if [ -e "$source_path/$f" ] && [ "$source_path" != `pwd` ]; then