tests/archive: Rename CMake HTML zip sample output to htmlzip

Avoid placing the HTML zip sample executable beside test_base as zip.exe,
where the archive tests can mistake it for an external ZIP tool.

Keep the sample source directory as samples/html/zip and only rename the
CMake target/output.
This commit is contained in:
Richard
2026-08-13 21:19:14 -06:00
parent 96ea2557b1
commit 494967433b
+2 -1
View File
@@ -35,7 +35,8 @@ wx_add_sample(test
LIBRARIES wxnet wxhtml NAME htmltest DEPENDS wxUSE_SOCKETS)
wx_add_sample(virtual DATA start.htm LIBRARIES wxhtml)
wx_add_sample(widget DATA start.htm LIBRARIES wxhtml)
wx_add_sample(zip DATA pages.zip start.htm LIBRARIES wxhtml DEPENDS wxUSE_FS_ZIP)
wx_add_sample(zip DATA pages.zip start.htm LIBRARIES wxhtml NAME htmlzip
DEPENDS wxUSE_FS_ZIP)
set(wxSAMPLE_SUBDIR)
set(wxSAMPLE_FOLDER)