summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Crane <cranes@google.com>2023-02-17 21:19:41 +0000
committerStephen Crane <cranes@google.com>2023-02-17 21:19:41 +0000
commit62dda6e6a41668a2ab7289b5ba4f97a4ac5eb919 (patch)
tree3b783ea671712377b885a5f2e6d621128867d140
parent107a9e2734a15a4cfa6bc8a9301b5c9a46d39071 (diff)
downloadgeneric-arm64-62dda6e6a41668a2ab7289b5ba4f97a4ac5eb919.tar.gz
generic-arm64: Enable emulator storage tests
Adds a make variable to indicate that the build should include emulator-only storage unittests. Test: build.py Bug: 244607290 Change-Id: I47a1580b8582f1d05aa94aa9b8073829450811c1
-rw-r--r--project/qemu-inc.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/qemu-inc.mk b/project/qemu-inc.mk
index ea75aa0..e95797a 100644
--- a/project/qemu-inc.mk
+++ b/project/qemu-inc.mk
@@ -40,6 +40,9 @@ MODULES += \
RPMB_DEV := $(BUILDDIR)/host_tools/rpmb_dev
+# Enable unittests that should only run in the emulator
+STORAGE_UNITTEST_ON_EMULATOR := true
+
PROJECT_KEYS_DIR := $(PROJECT_QEMU_INC_LOCAL_DIR)/keys
APPLOADER_SIGN_PRIVATE_KEY_0_FILE := \