From: Lasse Collin Date: Wed, 14 Feb 2024 19:10:10 +0000 (+0200) Subject: Tests: tuktest.h: Fix the comment about STest. X-Git-Tag: v5.4.7~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e46fcd1ed7a8f1720a63092f2fb26956d9cb3508;p=thirdparty%2Fxz.git Tests: tuktest.h: Fix the comment about STest. (cherry picked from commit 5dd8fc9452a3373cedc27379067ce638f992c741) --- diff --git a/tests/tuktest.h b/tests/tuktest.h index 508eacee..01e56033 100644 --- a/tests/tuktest.h +++ b/tests/tuktest.h @@ -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.