gnustep / libobjc2

Objective-C runtime library intended for use with Clang.
http://www.gnustep.org/
MIT License
426 stars 116 forks source link

Skip tests using objc_msgSend if not available #263

Closed hmelder closed 6 months ago

hmelder commented 6 months ago

This PR fixes compilation of unit tests when objc_msgSend is not available.

hmelder commented 6 months ago

The UnexpectedException test is now compiled, but skipped on arm and AArch64.

I have rebased the branch and added a small test which detects errors like #265.