From 315a55c4704b3c1aea133dae2563fe6cd79bf34c Mon Sep 17 00:00:00 2001 From: "Keith W. Campbell" Date: Wed, 22 Nov 2023 15:01:03 -0500 Subject: [PATCH] Include new "access" shared library in test-image Signed-off-by: Keith W. Campbell --- closed/OpenJ9.gmk | 1 + 1 file changed, 1 insertion(+) diff --git a/closed/OpenJ9.gmk b/closed/OpenJ9.gmk index 9e240e6046..ebda51c951 100644 --- a/closed/OpenJ9.gmk +++ b/closed/OpenJ9.gmk @@ -195,6 +195,7 @@ $(foreach file, \ vmtest \ ) \ $(patsubst %, $(OPENJ9_VM_BUILD_DIR)/$(call SHARED_LIBRARY,%), \ + access \ anntests \ balloon29 \ bcuwhite \