summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2017-08-31 11:14:07 -0700
committerErik Schmauss <erik.schmauss@intel.com>2017-08-31 11:15:46 -0700
commitc5adbb87d27992732ffbd16907428a4ee0f0fed5 (patch)
tree4b87c5533141ca33bd9b0c40fcff27422cd32466 /tests
parent2e492ed9958b1546ba0ff043b9d26117242b5455 (diff)
downloadacpica-c5adbb87d27992732ffbd16907428a4ee0f0fed5.tar.gz
ASLTS: scripts: trivial syntax edits, no functional change
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/aslts/Makefile.def2
-rwxr-xr-xtests/aslts/bin/Do6
2 files changed, 6 insertions, 2 deletions
diff --git a/tests/aslts/Makefile.def b/tests/aslts/Makefile.def
index 56b2e6c39..8545c7df4 100644
--- a/tests/aslts/Makefile.def
+++ b/tests/aslts/Makefile.def
@@ -147,7 +147,7 @@ disasm_test_compile: $(TOP)/tmp/aml/$(ASLTS_VER)/$(ASLTS_AMLDIR)
@rval=0; \
for j in ${ASLMOD} $(ASLMODADD); do \
for k in ${AMLMOD}; do \
- >&2 printf " => Compile Ext in-place"; \
+ >&2 printf " => Compile with externals in place"; \
"$(ASL)" -p $$k-extInPlace -oE $(TEST_SEQUENCE_ASL_FLAGS) $$j.asl >> $(COMPILER_LOG) 2>> $(COMPILER_ERROR_LOG); \
ret=$$?; \
if [ $$ret != 0 ]; then \
diff --git a/tests/aslts/bin/Do b/tests/aslts/bin/Do
index c7e26b8fe..6cc151d58 100755
--- a/tests/aslts/bin/Do
+++ b/tests/aslts/bin/Do
@@ -328,6 +328,10 @@ binary_compare()
disasm_compile_dir="$ASLTSDIR/tmp/aml/$aslversion/$mode"
normal_compile_dir="$ASLTSDIR/tmp/aml/$aslversion/nopt/64"
+ echo "Performing binary comparison of AML files within"
+ echo " $normal_compile_dir"
+ echo " $disasm_compile_dir"
+
if [ ! -d $disasm_compile_dir ]; then
echo "$dism_compile_dir does not exist. Aborting binary compare"
return;
@@ -408,7 +412,7 @@ make_install()
echo "Make ASL minus"
make_target install "$1" "aslminus"
nres=$?
- binary_compare "aslplus"
+ binary_compare "aslminus"
nres=$(($nres+ $?))
if [ $nres -ne 0 ]; then
res=$(($res + $nres))