summaryrefslogtreecommitdiff
path: root/test cases/objc/2 nsstring
AgeCommit message (Collapse)Author
2024-08-08Fix compiling ObjC/ObjC++ on Windows/MinGWJonathan Schleifer
Co-Authored-By: L. E. Segovia <amy@amyspark.me>
2023-05-28Fix test failures on Darwin on a case-sensitive fsRandy Eckenrode
This issue was encounetered while working on a contribution to nixpkgs. Nix allows the store to be installed on a separate, case-sensitive APFS volume. When the store is on a case-sensitive volume, these tests fail because they try to use `foundation` instead of `Foundation`.
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines.
2019-12-04ci/test: unused args for objc, objc++Michael Hirsch, Ph.D
2019-05-02Non-required appleframework deps should not be an error. Closes #5295.Jussi Pakkanen
2018-01-06tests: skip objc nsstring test if gnustep is not installedDylan Baker
2017-04-06Skip objc/nsstring test on CygwinJon Turney
GNUstep isn't packaged for Cygwin
2017-02-21objc tests: Disable nsstring test on Clang + LinuxNirbheek Chauhan
The GNUstep runtime shipped in Linux distros is GCC-specific and won't work with clang. You have to build it separately and set the paths yourself. In file included from /root/b 05ywf6dg/stringprog@exe/stringprog-unity.m:1: In file included from /root/b 05ywf6dg/../test cases/objc/2 nsstring/stringprog.m:1: In file included from /usr/include/GNUstep/Foundation/NSString.h:89: In file included from /usr/include/GNUstep/Foundation/NSObject.h:30: In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:213: /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:58:11: fatal error: 'objc/objc.h' file not found #include <objc/objc.h> ^ On my system, I get the same error and the objc.h path is: /usr/lib/gcc/x86_64-redhat-linux/6.3.1/include/objc/objc.h
2015-08-16Use system() instead of name() which is a confusing term.Jussi Pakkanen
2015-07-27Now host_machine, build_machine and target_machine are properly separated ↵Jussi Pakkanen
and return correct values.
2014-06-22Renamed deps -> dependencies.Jussi Pakkanen
2013-06-02Renamed find_dep to dependency.Jussi Pakkanen
2013-06-02Renamed add_test to test.Jussi Pakkanen
2013-06-01The default value of required is true for dependencies.Jussi Pakkanen
2013-04-10Can use Apple frameworks with Objective C.Jussi Pakkanen
2013-04-06Added support for GNUStep.Jussi Pakkanen