diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2017-03-28 17:01:30 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2017-04-06 22:48:02 +0100 |
commit | 4ef4a659f20635d0345dc829772e199cbfb16fbe (patch) | |
tree | 4d43690290069b4a4a31ac7b6e8572a104cdb2e7 /run_project_tests.py | |
parent | 205b3757236538977aeef663c63ba4c4ec7ffbe0 (diff) | |
download | meson-4ef4a659f20635d0345dc829772e199cbfb16fbe.zip meson-4ef4a659f20635d0345dc829772e199cbfb16fbe.tar.gz meson-4ef4a659f20635d0345dc829772e199cbfb16fbe.tar.bz2 |
Fix test cases/common/37 on Cygwin
Including newlib's <stdlib.h> brings in a '#define __has_include 0', so
using -U__has_include on the command line isn't going to remove it (so the
fallback doesn't happen and the test fails)
Instead use a '#undef __has_include' at the end of the prefix to excerise
this.
(newlib's <stdlib.h> is derived from FreeBSD, so the same problem will
probably be seen there)
Diffstat (limited to 'run_project_tests.py')
0 files changed, 0 insertions, 0 deletions