diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-14 21:10:10 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-14 21:10:10 +0200 |
commit | 5dd8fc9452a3373cedc27379067ce638f992c741 (patch) | |
tree | 4909f1be3cc351c9828925b884cf7a3a5a7bbe57 /tests/tuktest.h | |
parent | Bump version for 5.5.2beta. (diff) | |
download | xz-5dd8fc9452a3373cedc27379067ce638f992c741.tar.xz |
Tests: tuktest.h: Fix the comment about STest.
Diffstat (limited to '')
-rw-r--r-- | tests/tuktest.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tuktest.h b/tests/tuktest.h index 9ad55677..a19c1070 100644 --- a/tests/tuktest.h +++ b/tests/tuktest.h @@ -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. |