aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-03 05:29:04 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-03 05:29:04 +0100
commit84b61fcc2602c39e9dc8cd6390f733d6987ccbfe (patch)
tree4f84e66b3ea20bea0243674bcd160e5c22c0db2c /tests/tests.h
parent0f957d89c90062fdf8ad8ce4c3796b54b51d20e9 (diff)
downloadft_printf_test-84b61fcc2602c39e9dc8cd6390f733d6987ccbfe.tar.gz
ft_printf_test-84b61fcc2602c39e9dc8cd6390f733d6987ccbfe.tar.bz2
ft_printf_test-84b61fcc2602c39e9dc8cd6390f733d6987ccbfe.zip
Added printf_tester tests
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h1
1 files changed, 1 insertions, 0 deletions
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