]> 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>
Tue, 7 May 2024 15:31:08 +0000 (18:31 +0300)
(cherry picked from commit 5dd8fc9452a3373cedc27379067ce638f992c741)

tests/tuktest.h

index 508eacee85a377c40cb8edb6fe979cfea9a5d61c..01e56033fb9f6b1104e894264f90b6a32d5a0785 100644 (file)
@@ -4,7 +4,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.