-
- Downloads
tests: define ENABLE_JUNIT_XML to 1 or 0
Code is using the form
#if ENABLE_JUNIT_XML
which is fine until we start using -Wundef. I think the existing code
would fail or at least warn if you disabled test-junit-xml with -Wundef.
Make sure ENABLE_JUNIT_XML is always defined so that -Wundef can be
added to build flags.
Signed-off-by:
Pekka Paalanen <pekka.paalanen@collabora.com>
Please register or sign in to comment