Make approval tests part of ctest

This commit is contained in:
Martin Hořeňovský 2017-08-31 12:00:35 +02:00
parent 4e4a13dfb4
commit 3a5b951256
1 changed files with 2 additions and 0 deletions

View File

@ -317,6 +317,8 @@ if (NOT NO_SELFTEST)
add_test(NAME ListTags COMMAND SelfTest --list-tags)
set_tests_properties(ListTags PROPERTIES PASS_REGULAR_EXPRESSION "[0-9]+ tags")
add_test(NAME ApprovalTests COMMAND ../scripts/approvalTests.py ./SelfTest)
set_tests_properties(ApprovalTests PROPERTIES FAIL_REGULAR_EXPRESSION "Results differed")
endif() # !NO_SELFTEST