Tests: Add unix setup file for ASLTS suite.

more unix flavor than the .cygwin file.
This commit is contained in:
Robert Moore 2011-09-13 15:04:45 -07:00
parent 3ff4069333
commit 5e40c31ec4

4
tests/.setup Executable file
View File

@ -0,0 +1,4 @@
export ASL="/usr/bin/iasl"
export acpiexec="/usr/bin/acpiexec"
export ASLTSDIR="$HOME/acpica/tests/aslts"
PATH=$PATH:$HOME/acpica/tests/aslts/bin