X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Frun-disasm-x86.sh;h=28a3df740c50d33bffc2e2caed4801e62fd4a827;hb=a286dd013ef8d46edf013efc0908822a59d8ac81;hp=399664c8a743253b24de19645ef004dfa12e1e41;hpb=18a667176dd196f7bc3a9cdf1cbd87d4c7b31c7f;p=platform%2Fupstream%2Felfutils.git diff --git a/tests/run-disasm-x86.sh b/tests/run-disasm-x86.sh index 399664c..28a3df7 100755 --- a/tests/run-disasm-x86.sh +++ b/tests/run-disasm-x86.sh @@ -23,6 +23,6 @@ case "`uname -m`" in tempfiles testfile44.o testfiles testfile44.S testfile44.expect gcc -m32 -c -o testfile44.o testfile44.S - testrun_compare ../src/objdump -d testfile44.o < testfile44.expect + testrun_compare ${abs_top_builddir}/src/objdump -d testfile44.o < testfile44.expect ;; esac