Do not exclude appstream validation from checks as errors should be handled

This commit is contained in:
Martchus 2022-10-11 21:03:17 +02:00
parent d05677e3b5
commit 804852b95e
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ endif ()
# add autotools-style check target
if (NOT TARGET check)
set(CMAKE_CTEST_COMMAND ${CMAKE_CTEST_COMMAND} -V -E ".*appstream.*")
set(CMAKE_CTEST_COMMAND ${CMAKE_CTEST_COMMAND} -V)
add_custom_target(
check
COMMAND ${CMAKE_CTEST_COMMAND}