Skip to content

Commit 3673144

Browse files
author
Thomas Kiley
committed
Add general warning for disabling the tests
1 parent 8ad0367 commit 3673144

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

regression/validate-trace-xml-schema/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ else()
1616
set_tests_properties(validate-trace-xml-schema
1717
PROPERTIES
1818
LABELS "CBMC;CORE")
19+
message(WARNING "Dependencies for trace schema missing - tests will fail")
1920
if(NOT ${PYTHONINTERP_FOUND})
2021
message(WARNING "Python >= 3.5 not found, trace schema tests will fail")
2122
endif()

0 commit comments

Comments
 (0)