summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/expaccess/runtime/test/makefile3
-rw-r--r--src/usr/expaccess/test/makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/expaccess/runtime/test/makefile b/src/usr/expaccess/runtime/test/makefile
index addcbd5e7..442fc0953 100644
--- a/src/usr/expaccess/runtime/test/makefile
+++ b/src/usr/expaccess/runtime/test/makefile
@@ -30,7 +30,8 @@ MODULE = testexpaccess_rt
include ../../test/test.mk
-TESTS = ../../test/*.H
+#TODO RTC:196806 re-enable mmio communication tests when mmio works
+TESTS = ../../test/expscomtest.H
include ${ROOTPATH}/config.mk
diff --git a/src/usr/expaccess/test/makefile b/src/usr/expaccess/test/makefile
index 8f8fb86fc..461a908c8 100644
--- a/src/usr/expaccess/test/makefile
+++ b/src/usr/expaccess/test/makefile
@@ -28,6 +28,7 @@ MODULE = testexpaccess
include test.mk
-TESTS = *.H
+#TODO RTC:196806 re-enable mmio communication tests when mmio works
+TESTS = expscomtest.H
include ${ROOTPATH}/config.mk \ No newline at end of file
OpenPOWER on IntegriCloud