diff options
Diffstat (limited to 'src/tests.c')
| -rw-r--r-- | src/tests.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/tests.c b/src/tests.c index a7531e8..251a580 100644 --- a/src/tests.c +++ b/src/tests.c | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | /** | ||
| 2 | * @file tests.c | ||
| 3 | * @author syxhe (https://t.me/syxhe) | ||
| 4 | * @brief A set of unit tests | ||
| 5 | * @version 0.1 | ||
| 6 | * @date 2025-11-10 | ||
| 7 | * | ||
| 8 | * @copyright Copyright (c) 2025 | ||
| 9 | * | ||
| 10 | */ | ||
| 11 | |||
| 1 | #define _GNU_SOURCE 1 | 12 | #define _GNU_SOURCE 1 |
| 2 | 13 | ||
| 3 | #include "shared.c" | 14 | #include "shared.c" |
