Add 'print-errorlogs' flag to meson template

This commit is contained in:
2025-09-10 18:52:10 +03:00
parent 0fdef74c73
commit 61c01ae88f
+1 -1
View File
@@ -22,7 +22,7 @@ build() {
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
meson test -C build
meson test -C build --print-errorlogs
}
# The package function is executed in the source directory