Lines Matching refs:file
3 # This file is part of elfutils.
5 # This file is free software; you can redistribute it and/or modify
19 # This file is sourced by ". $srcdir/test-subr.sh" at the start of
49 for file; do
50 bunzip2 -c ${abs_srcdir}/${file}.bz2 > ${file} || exit 77
51 remove_files="$remove_files $file"
136 for file in $self_test_files; do
137 testrun $* $file \
138 || { echo "*** failure in $* $file"; exit_status=1; }
149 for file in $self_test_files_exe; do
150 testrun $* $file \
151 || { echo "*** failure in $* $file"; exit_status=1; }
162 for file in $self_test_files_lib; do
163 testrun $* $file \
164 || { echo "*** failure in $* $file"; exit_status=1; }
175 for file in $self_test_files_obj; do
176 testrun $* $file \
177 || { echo "*** failure in $* $file"; exit_status=1; }
189 for file in $self_test_files; do
190 tempfiles ${file}z
191 testrun ${abs_top_builddir}/src/elfcompress -f -q -o ${file}z ${file}
192 testrun ${abs_top_builddir}/src/elfcompress -f -q --name='.s??tab' ${file}z
194 testrun $* ${file}z \
195 || { echo "*** failure in $* ${file}z"; exit_status=1; }
207 for file in $self_test_files; do
208 testrun $* $file > /dev/null \
209 || { echo "*** failure in $* $file"; exit_status=1; }