]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Tests: tuktest.h: Fix the comment about STest.
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 14 Feb 2024 19:10:10 +0000 (21:10 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 14 Feb 2024 19:10:10 +0000 (21:10 +0200)
tests/tuktest.h

index 9ad556776cfa445269daca55336ef2643e38160e..a19c10700bbefb7548e28ed7fcac2123b71166a9 100644 (file)
@@ -6,7 +6,8 @@
 /// \brief      Helper macros for writing simple test programs
 /// \version    2023-01-08
 ///
-/// Some inspiration was taken from STest by Keith Nicholas.
+/// Some inspiration was taken from Seatest by Keith Nicholas and
+/// from STest which is a fork of Seatest by Jia Tan.
 ///
 /// This is standard C99/C11 only and thus should be fairly portable
 /// outside POSIX systems too.