Lines Matching refs:testfile
23 testfiles testfile
24 tempfiles testfile1.strip testfile2.strip testfile1.debug testfile2.debug testfile.unstrip
27 testrun ${abs_builddir}/addsections 65535 testfile ||
31 testrun ${abs_top_builddir}/src/strip -o testfile1.strip -f testfile1.debug testfile ||
45 testrun ${abs_top_builddir}/src/unstrip -o testfile.unstrip testfile1.strip testfile1.debug ||
49 testrun ${abs_top_builddir}/src/elfcmp testfile testfile.unstrip ||
54 testrun ${abs_top_builddir}/src/strip -g -o testfile2.strip -f testfile2.debug testfile ||
68 SIZE_original=$(stat -c%s testfile)
71 testrun ${abs_top_builddir}/src/strip testfile ||
74 SIZE_stripped=$(stat -c%s testfile)
80 testrun ${abs_top_builddir}/src/elflint --gnu -q testfile ||