summaryrefslogtreecommitdiff
path: root/tests/math.c
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-01-12 00:14:03 -0300
committerEuAndreh <eu@euandre.org>2025-01-12 14:27:57 -0300
commit44d56f5311f98a8955c67638e7520963dbd4d845 (patch)
treefbb2c58c79f1730ff62c83cef116fb5c0e035dfe /tests/math.c
parentReplace src/config.h with <s.h>; incorporate changes from other projects (diff)
downloadpindaiba-44d56f5311f98a8955c67638e7520963dbd4d845.tar.gz
pindaiba-44d56f5311f98a8955c67638e7520963dbd4d845.tar.xz
Revamp lib, simplify it a bit and address some FIXMEs
Diffstat (limited to '')
-rw-r--r--tests/math.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/math.c b/tests/math.c
index 5dcebda..35d57e5 100644
--- a/tests/math.c
+++ b/tests/math.c
@@ -1,10 +1,12 @@
#include "../src/math.c"
#include <stdlib.h>
+#include <stdio.h>
#include "../src/testing.h"
+
static void
test_add_size(void) {
test_start("add_size()");