1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-27 18:50:07 +03:00

autotools: xmlcatalog requires output module

This commit is contained in:
Nick Wellnhofer 2025-03-13 22:03:11 +01:00
parent 5b5f114d81
commit 1078dc8233

View File

@ -179,8 +179,10 @@ if WITH_DEBUG_SOURCES
test/scripts/test.sh ./xmllint$(EXEEXT)
endif
if WITH_CATALOG_SOURCES
if WITH_OUTPUT_SOURCES
ASAN_OPTIONS=detect_leaks=0 test/catalogs/test.sh ./xmlcatalog$(EXEEXT)
endif
endif
# Compatibility name of the check target
runtests: check