summaryrefslogtreecommitdiff
path: root/src/tests.c
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2025-12-27 23:10:06 -0600
committer@syxhe <https://t.me/syxhe>2025-12-27 23:10:06 -0600
commit9bf40160e911dd6c2affa856c375193ae0579947 (patch)
treebeb2a2c4994a797184d048851e430ed659fc272b /src/tests.c
parentc8ab26e9f5aa398a208fcac3d8d11335f6c72632 (diff)
Start working on cryptscan again
Diffstat (limited to 'src/tests.c')
-rw-r--r--src/tests.c11
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"