]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Tests: tuktest.h: Add a missing word to a comment.
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 14 Feb 2024 19:11:03 +0000 (21:11 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 7 May 2024 15:31:08 +0000 (18:31 +0300)
(cherry picked from commit cce7330b9f23485a0879422e0c3395a7065439ac)

tests/tuktest.h

index 01e56033fb9f6b1104e894264f90b6a32d5a0785..e5c6a7f4fb2a7dd65cefb773f9d699ce1e087b9d 100644 (file)
 ///     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)
 ///