Skip to content

Conversation

@vtjnash
Copy link
Contributor

@vtjnash vtjnash commented Dec 11, 2025

Define EXE variable in Makefile.system (set to .exe on Windows,
empty otherwise) and update all test executables to use it for
Windows compatibility.

  • Makefile.system: Add EXE variable definition
  • test/Makefile: Update all executables with $(EXE) suffix
  • ctest/Makefile: Update all executables with $(EXE) suffix
  • utest/Makefile: Update UTESTBIN and UTESTEXTBIN with $(EXE) suffix
  • Makefile.install: Update install_tests target with $(EXE) suffix
  • .gitignore: Add *.exe pattern

Co-Authored-By: Claude Opus 4.5 [email protected]

Define EXE variable in Makefile.system (set to .exe on Windows,
empty otherwise) and update all test executables to use it for
Windows compatibility.

- Makefile.system: Add EXE variable definition
- test/Makefile: Update all executables with $(EXE) suffix
- ctest/Makefile: Update all executables with $(EXE) suffix
- utest/Makefile: Update UTESTBIN and UTESTEXTBIN with $(EXE) suffix
- Makefile.install: Update install_tests target with $(EXE) suffix
- .gitignore: Add *.exe pattern

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant