1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-20 07:28:20 +00:00

Tests: tuktest.h: Fix the comment about STest.

(cherry picked from commit 5dd8fc9452a3373cedc27379067ce638f992c741)
This commit is contained in:
Lasse Collin 2024-02-14 21:10:10 +02:00
parent f892ac150a
commit e46fcd1ed7

View 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.