Home | History | Annotate | Download | only in tests

Lines Matching refs:testfile

31 debugout=${debugfile:+-f testfile.debug.temp -F $debugfile}
36 tempfiles testfile.temp testfile.debug.temp testfile.unstrip
38 testrun ../src/strip -o testfile.temp $debugout $original
42 cmp $stripped testfile.temp || status=$?
45 testrun ../src/elflint -q testfile.temp || status=$?
48 cmp $debugfile testfile.debug.temp || status=$?
51 testrun ../src/elflint -q -d testfile.debug.temp || status=$?
54 testrun ../src/unstrip -o testfile.unstrip testfile.temp testfile.debug.temp
57 testrun ../src/elfcmp --hash-inexact $original testfile.unstrip
60 tempfiles testfile.sections
61 testrun ../src/readelf -S testfile.temp > testfile.sections || status=$?
62 fgrep ' .debug_' testfile.sections && status=1