From 84b61fcc2602c39e9dc8cd6390f733d6987ccbfe Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 3 Nov 2019 05:29:04 +0100 Subject: Added printf_tester tests --- tests/tests.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/tests.h') diff --git a/tests/tests.h b/tests/tests.h index 6484d20..42d5d71 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -48,5 +48,6 @@ void test_moulitest_wildcard_01(void); void test_moulitest_wildcard_02(void); void test_moulitest_wildcard_03(void); +void test_printf_tester(void); #endif -- cgit