In ASLTS script code, the ACPICA tools must be referenced through
variables that have been exported. If not, ASLTS uses ACPICA tools in
the existing path.
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
For each template supported by iASL, this test suite does the
following:
1) Compile with iASL
2) Disassemble .aml file generated from 1)
3) Re-compile .dsl file generated from 2)
4) Use acpibin to compare files generated from 1) and 3) using
acpibin
This test exercises the data table compiler as well as the data table
disassembler.
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>