mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Tests: tuktest.h: Fix the comment about STest.
This commit is contained in:
parent
6f1790254a
commit
5dd8fc9452
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
/// \brief Helper macros for writing simple test programs
|
/// \brief Helper macros for writing simple test programs
|
||||||
/// \version 2023-01-08
|
/// \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
|
/// This is standard C99/C11 only and thus should be fairly portable
|
||||||
/// outside POSIX systems too.
|
/// outside POSIX systems too.
|
||||||
|
|
Loading…
Reference in a new issue