Subject: | t/01-compiler.t fails on darwin |
Here's the test output --- seems to happen regardless of the perl version (tried 5.28.0 ... 5.31.9):
...
Output from './Build test':
Testing library (if applicable) ... Done
+ pkg-config --modversion libxml-2.0
t/00-use.t ....... ok
# COMPILER: /usr/bin/cc
# CFLAGS: -I/usr/include/libxml2
# LIBS: -lxml2
# OUTPUT: t/tree1.exe
# INPUT: t/tree1.c
t/tree1.c:13:10: fatal error: 'libxml/parser.h' file not found
#include <libxml/parser.h>
^~~~~~~~~~~~~~~~~
1 error generated.
# Failed test at t/01-compiler.t line 52.
Can't exec "t/tree1.exe": No such file or directory at t/01-compiler.t line 55.
# Failed test at t/01-compiler.t line 55.
# got: undef
# expected: 'node type: Element, name: root
# node type: Element, name: inner
# '
# Looks like you failed 2 tests of 2.
t/01-compiler.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
...