From 7f0fc08c05142f9f70cb05a4b1b1d6f0b1a3279b Mon Sep 17 00:00:00 2001 From: axtloss Date: Thu, 17 Oct 2024 02:39:27 +0200 Subject: Add strfmt --- tests/tests.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/tests.c') diff --git a/tests/tests.c b/tests/tests.c index 73dd1af..295cbc8 100644 --- a/tests/tests.c +++ b/tests/tests.c @@ -7,6 +7,7 @@ #include "test_replace_str.c" #include "test_strlwr_strupr.c" #include "test_trim.c" +#include "test_strfmt.c" inline void tests_entrypoint () @@ -19,4 +20,5 @@ tests_entrypoint () register_test (test_replace_str_t ()); register_test (test_strlwr_strupr_t ()); register_test (test_trim_t ()); + register_test (test_strfmt_t ()); } -- cgit v1.2.3