]> git.ipfire.org Git - thirdparty/libtool.git/commit
darwin.at: Avoid skipping macOS test
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 25 Feb 2025 20:10:12 +0000 (22:10 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 11 Apr 2025 17:38:24 +0000 (20:38 +0300)
commitda70d4ca7956cf5204470a417c9d10e204f49182
tree31b9f8babd2e081a0cf4821d54cd22244c92a845
parent961aa57f1466dc2dcd28b8419deb4621865411a6
darwin.at: Avoid skipping macOS test

The test for 'darwin fat compile' is being skipped on 64-bit machines,
since the architecture option was specifying i386 (deprecated on macOS).

Reported: https://savannah.gnu.org/support/?111158

* tests/darwin.at: Update to use architecture arm64 instead of i386.
tests/darwin.at