summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2017-05-02 09:35:25 -0700
committerErik Schmauss <erik.schmauss@intel.com>2017-05-02 12:42:52 -0700
commit34bc64edf07673e15b91ddd328989b3e65cc0a50 (patch)
tree9b34981215a739d35183cdb2e7a5fbd19f16c17d /tests
parent46d3b8a88ab41c2c6cb400189c95e760e0e7f166 (diff)
downloadacpica-34bc64edf07673e15b91ddd328989b3e65cc0a50.tar.gz
ASLTS: adding external statement test case so that they can be run by aslts.sh
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/aslts/bin/settings4
-rw-r--r--tests/aslts/src/runtime/collections/functional/Makefile3
2 files changed, 4 insertions, 3 deletions
diff --git a/tests/aslts/bin/settings b/tests/aslts/bin/settings
index 2a014c1ba..0c9cf2010 100755
--- a/tests/aslts/bin/settings
+++ b/tests/aslts/bin/settings
@@ -13,7 +13,7 @@ INIT_ALL_AVAILABLE_CASES()
FUNC_COLL="arithmetic bfield constant control descriptor"
FUNC_COLL="$FUNC_COLL logic manipulation name reference region synchronization"
- FUNC_COLL="$FUNC_COLL table module"
+ FUNC_COLL="$FUNC_COLL table module external"
# Complex test collection
@@ -112,7 +112,7 @@ INIT_SET_OF_TEST_CASES()
func="arithmetic bfield constant control descriptor"
func="$func logic manipulation name reference region synchronization"
- func="$func table"
+ func="$func table external"
# Complex test collection
diff --git a/tests/aslts/src/runtime/collections/functional/Makefile b/tests/aslts/src/runtime/collections/functional/Makefile
index 52c90b126..baef034bf 100644
--- a/tests/aslts/src/runtime/collections/functional/Makefile
+++ b/tests/aslts/src/runtime/collections/functional/Makefile
@@ -12,7 +12,8 @@ MDIRS = \
reference \
region \
synchronization \
- table
+ table \
+ external
# extern local FULL