Files
ghostty/test
Alessandro De Blasis 5d92222621 windows: address review feedback on DLL CRT init PR
Use b.allocator instead of b.graph.arena for SDK detection and
path formatting -- b.allocator is the public API, b.graph.arena
is an internal field.

Move test_dll_init.c from windows/Ghostty.Tests/ to test/windows/
with a README. Test infrastructure belongs under test/, not the
Windows app directory.
2026-03-27 06:04:09 -07:00
..
2026-02-28 14:37:23 -08:00
2025-11-06 12:56:43 -08:00

Test Utilities

This directory contains anything related to testing Ghostty that doesn't fit within the standard Zig testing framework alongside the source.