test/windows: update README for ghostty-internal.dll rename

Match the dll filename rename so the copy/run instructions stay
accurate.
pull/12214/head
Alessandro De Blasis 2026-04-11 03:02:08 +02:00
parent 935b08acea
commit 19bf63ab71
No known key found for this signature in database
GPG Key ID: EF3F4C75518B2F8D
1 changed files with 5 additions and 5 deletions

View File

@ -4,13 +4,13 @@ Manual test programs for Windows-specific functionality.
## test_dll_init.c ## test_dll_init.c
Regression test for the DLL CRT initialization fix. Loads ghostty.dll Regression test for the DLL CRT initialization fix. Loads
at runtime and calls ghostty_info + ghostty_init to verify the MSVC C ghostty-internal.dll at runtime and calls ghostty_info + ghostty_init to
runtime is properly initialized. verify the MSVC C runtime is properly initialized.
### Build ### Build
First build ghostty.dll, then compile the test: First build ghostty-internal.dll, then compile the test:
``` ```
zig build -Dapp-runtime=none -Demit-exe=false zig build -Dapp-runtime=none -Demit-exe=false
@ -22,7 +22,7 @@ zig cc test_dll_init.c -o test_dll_init.exe -target native-native-msvc
From this directory: From this directory:
``` ```
copy ..\..\zig-out\lib\ghostty.dll . && test_dll_init.exe copy ..\..\zig-out\lib\ghostty-internal.dll . && test_dll_init.exe
``` ```
Expected output (after the CRT fix): Expected output (after the CRT fix):