mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Make approval tests part of ctest
This commit is contained in:
parent
4e4a13dfb4
commit
3a5b951256
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user