diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-03 05:47:05 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-03 05:47:05 +0100 |
| commit | cbe5c926a8e5747cccf8c15af0cbf1f7ac64d475 (patch) | |
| tree | 68735123272a3c38d9de14cdf7d000f6d31b3757 /tests/tests.h | |
| parent | 84b61fcc2602c39e9dc8cd6390f733d6987ccbfe (diff) | |
| download | ft_printf_test-cbe5c926a8e5747cccf8c15af0cbf1f7ac64d475.tar.gz ft_printf_test-cbe5c926a8e5747cccf8c15af0cbf1f7ac64d475.tar.bz2 ft_printf_test-cbe5c926a8e5747cccf8c15af0cbf1f7ac64d475.zip | |
Added printf_tests tests
Diffstat (limited to 'tests/tests.h')
| -rw-r--r-- | tests/tests.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h index 42d5d71..121f8c6 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -50,4 +50,6 @@ void test_moulitest_wildcard_03(void); void test_printf_tester(void); +void test_printf_tests_test(void); + #endif |
