Files
stk/test
anth64 1919287c39 fix(test): ensure Windows compatibility in test suite
- Add OS detection for Windows vs Unix platforms
- Handle .exe extension on Windows for test program
- Fix directory creation with Windows-native commands (mkdir/copy vs mkdir -p/cp)
- Update clean target to use appropriate commands per platform
- Set PATH environment for DLL loading on Windows
- Remove broken uname detection that fails on Windows
2026-02-01 01:41:03 +01:00
..