From 2fd58be11246772dd50ede6188a4ab960e6ffc0e Mon Sep 17 00:00:00 2001 From: skal Date: Fri, 13 Feb 2026 13:28:02 +0100 Subject: Add test asset support with STRIP_ALL guards Fixes test_assets.cc compilation by adding missing test asset IDs and procedural generators. Test-specific code is protected with DEMO_STRIP_ALL to exclude from release builds. Co-Authored-By: Claude Sonnet 4.5 --- workspaces/test/test_assets/test_asset_1.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 workspaces/test/test_assets/test_asset_1.txt (limited to 'workspaces/test/test_assets/test_asset_1.txt') diff --git a/workspaces/test/test_assets/test_asset_1.txt b/workspaces/test/test_assets/test_asset_1.txt new file mode 100644 index 0000000..ce6fe83 --- /dev/null +++ b/workspaces/test/test_assets/test_asset_1.txt @@ -0,0 +1 @@ +This is a test asset file. -- cgit v1.2.3