]> git.ipfire.org Git - thirdparty/curl.git/commit
runtests: support running tests under wine or qemu
authorViktor Szakats <commit@vsz.me>
Fri, 21 Mar 2025 13:39:55 +0000 (14:39 +0100)
committerViktor Szakats <commit@vsz.me>
Sun, 23 Mar 2025 19:26:38 +0000 (20:26 +0100)
commit72b163c30141b3a9afe23cceb1e2a0b2e817de8b
treebd17a3c4234af33bfd2470a955a0f658eae98638
parentb214acbb0c58a1ad1097058c22fb3b5509b98a85
runtests: support running tests under wine or qemu

To run curl, tests and servers via `wine`:
```shell
export CURL_TEST_EXE_RUNNER=wine
```
runtests prefixes commands with the specified runner. For systems where
this isn't automatic or supported, e.g. macOS.

Closes #16785
tests/runner.pm
tests/runtests.pl
tests/serverhelp.pm
tests/testutil.pm