Releases: nih-at/nihtest
Releases · nih-at/nihtest
nihtest 1.10.1
nihtest 1.10.0
- Add support for running multiple tests and configuring a test suite.
- Add option to run program inside debugger.
- Fix handling of relative paths in program directories.
nihtest 1.9.1
- Fix directory comparators broken in 1.9.0.
- Fix handling of files in nested directories.
- Fix on Windows.
nihtest 1.9.0
- Fail for unexpeced empty directories.
- Allow specifying existance of directories.
- Check for duplicate file/directory specifications in test case.
- Deprecate
mkdirdirective, usedirectoryinstead.
nihtest 1.8.0
- Prefer custom path to system path.
nihtest 1.7.0
- Add
test-case-sourcedirectory for better support of script generated test cases.
nihtest 1.6.0
- Print command line for
--verbose --setup-only. - Add
stdout-replacedirective. - Better integration with IDEs.
nihtest 1.5.2
- Fix @sandbox@ substitution in file names on Windows.
nihtest 1.5.1
- Fix preload test with newer glibc.
nihtest 1.5.0
- Allow copiers/comparators to handle directories.