Home
last modified time | relevance | path

Searched refs:normal_compile_dir (Results 1 – 1 of 1) sorted by relevance

/acpica-latest/tests/aslts/bin/
DDo330 normal_compile_dir="$ASLTSDIR/tmp/aml/$aslversion/nopt/64"
333 echo " $normal_compile_dir"
340 if [ ! -d $normal_compile_dir ]; then
341 echo " $normal_compile_dir does not exist. Aborting binary compare"
347 if [ ! -f "$normal_compile_dir/$filename" ]; then
348 echo " binary compare $mode the following file does not exist: $normal_compile_dir/$filename"
350 $acpibin -a "$f" "$normal_compile_dir/$filename" > /dev/null