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 + workspaces/test/test_assets/test_image.png | Bin 0 -> 82 bytes workspaces/test/test_assets/test_image.tga | Bin 0 -> 34 bytes 3 files changed, 1 insertion(+) create mode 100644 workspaces/test/test_assets/test_asset_1.txt create mode 100644 workspaces/test/test_assets/test_image.png create mode 100644 workspaces/test/test_assets/test_image.tga (limited to 'workspaces/test/test_assets') 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. diff --git a/workspaces/test/test_assets/test_image.png b/workspaces/test/test_assets/test_image.png new file mode 100644 index 0000000..3dd3fe7 Binary files /dev/null and b/workspaces/test/test_assets/test_image.png differ diff --git a/workspaces/test/test_assets/test_image.tga b/workspaces/test/test_assets/test_image.tga new file mode 100644 index 0000000..21009e9 Binary files /dev/null and b/workspaces/test/test_assets/test_image.tga differ -- cgit v1.2.3