From 90aceb217db00a59141c88146211e7fa9b139d8e Mon Sep 17 00:00:00 2001 From: "Keith W. Campbell" Date: Wed, 22 Nov 2023 15:01:31 -0500 Subject: [PATCH] Include new "access" shared library in test-image Signed-off-by: Keith W. Campbell --- closed/TestImage.gmk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/closed/TestImage.gmk b/closed/TestImage.gmk index 0af4031ec75..3ef4a13276b 100644 --- a/closed/TestImage.gmk +++ b/closed/TestImage.gmk @@ -1,5 +1,5 @@ # =========================================================================== -# (c) Copyright IBM Corp. 2020, 2021 All Rights Reserved +# (c) Copyright IBM Corp. 2020, 2023 All Rights Reserved # =========================================================================== # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as @@ -60,6 +60,7 @@ $(foreach file, \ vmtest \ ) \ $(patsubst %, $(OPENJ9_VM_BUILD_DIR)/$(call SHARED_LIBRARY,%), \ + access \ anntests \ balloon29 \ bcuwhite \