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
|
/// Meson: https://mesonbuild.com/Unit-tests.html
|
||||||
///
|
///
|
||||||
/// CMake handles passing and failing tests by default but treats hard
|
/// CMake handles passing and failing tests by default but treats hard
|
||||||
/// errors as regular fails. To CMake support skipped tests correctly,
|
/// errors as regular fails. To make CMake support skipped tests
|
||||||
/// one has to set the SKIP_RETURN_CODE property for each test:
|
/// correctly, one has to set the SKIP_RETURN_CODE property for each test:
|
||||||
///
|
///
|
||||||
/// set_tests_properties(foo_test_name PROPERTIES SKIP_RETURN_CODE 77)
|
/// set_tests_properties(foo_test_name PROPERTIES SKIP_RETURN_CODE 77)
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue