mirror of https://git.tukaani.org/xz.git
Tests: tuktest.h: Add a missing word to a comment.
This commit is contained in:
parent
5dd8fc9452
commit
cce7330b9f
|
@ -113,8 +113,8 @@
|
|||
/// Meson: https://mesonbuild.com/Unit-tests.html
|
||||
///
|
||||
/// CMake handles passing and failing tests by default but treats hard
|
||||
/// errors as regular fails. To CMake support skipped tests correctly,
|
||||
/// one has to set the SKIP_RETURN_CODE property for each test:
|
||||
/// errors as regular fails. To make CMake support skipped tests
|
||||
/// correctly, one has to set the SKIP_RETURN_CODE property for each test:
|
||||
///
|
||||
/// set_tests_properties(foo_test_name PROPERTIES SKIP_RETURN_CODE 77)
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue