From be7d6382b13d4310efdcea170f8c91e1609a143e Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Fri, 31 Jan 2025 13:27:05 +0000
Subject: [PATCH] pv-wrap: Document PV_APPEND_PRELOAD_FLAGS_IN_UNIT_TESTS

Fixes: 08751fff "tests: Assert that modules with ${LIB} or ${PLATFORM} are handled"
Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 pressure-vessel/wrap-setup.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pressure-vessel/wrap-setup.h b/pressure-vessel/wrap-setup.h
index a690e3cbf..ceb71fc69 100644
--- a/pressure-vessel/wrap-setup.h
+++ b/pressure-vessel/wrap-setup.h
@@ -66,6 +66,8 @@ void pv_wrap_move_into_scope (const char *steam_app_id);
  * @PV_APPEND_PRELOAD_FLAGS_FLATPAK_SUBSANDBOX: The game will be run in
  *  a Flatpak subsandbox
  * @PV_APPEND_PRELOAD_FLAGS_REMOVE_GAME_OVERLAY: Disable the Steam Overlay
+ * @PV_APPEND_PRELOAD_FLAGS_IN_UNIT_TESTS: Normalize $LIB and $PLATFORM,
+ *  for unit testing
  * @PV_APPEND_PRELOAD_FLAGS_NONE: None of the above
  *
  * Flags affecting the behaviour of pv_wrap_append_preload().
-- 
GitLab