diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-06 18:15:57 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-06 18:15:57 +0100 |
| commit | db86fa3cb48a54ea614baee6dc02308be1649571 (patch) | |
| tree | eb65af2e22cb00e553c3dae5f213582c407e7686 /tests | |
| parent | 2a363dcc852c8bd114d8f65bfe65a25f2fabfbe4 (diff) | |
| download | ft_printf_test-db86fa3cb48a54ea614baee6dc02308be1649571.tar.gz ft_printf_test-db86fa3cb48a54ea614baee6dc02308be1649571.tar.bz2 ft_printf_test-db86fa3cb48a54ea614baee6dc02308be1649571.zip | |
Added headers
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/moulitest_tests.c | 12 | ||||
| -rw-r--r-- | tests/pft_tests.c | 12 | ||||
| -rw-r--r-- | tests/printf_tester_tests.c | 12 | ||||
| -rw-r--r-- | tests/printf_tests_tests.c | 12 | ||||
| -rw-r--r-- | tests/tests.h | 12 |
5 files changed, 60 insertions, 0 deletions
diff --git a/tests/moulitest_tests.c b/tests/moulitest_tests.c index 29977a3..60e69a8 100644 --- a/tests/moulitest_tests.c +++ b/tests/moulitest_tests.c @@ -1,3 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* moulitest_tests.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/06 18:15:03 by cacharle #+# #+# */ +/* Updated: 2020/02/06 18:15:04 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + #include <limits.h> #include "../header.h" diff --git a/tests/pft_tests.c b/tests/pft_tests.c index 0c3455f..3ab8083 100644 --- a/tests/pft_tests.c +++ b/tests/pft_tests.c @@ -1,3 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* pft_tests.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/06 18:15:10 by cacharle #+# #+# */ +/* Updated: 2020/02/06 18:15:11 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + #include "../header.h" void test_pft_nacked(void) diff --git a/tests/printf_tester_tests.c b/tests/printf_tester_tests.c index bd178e1..7bdf9de 100644 --- a/tests/printf_tester_tests.c +++ b/tests/printf_tester_tests.c @@ -1,3 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* printf_tester_tests.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/06 18:15:31 by cacharle #+# #+# */ +/* Updated: 2020/02/06 18:15:32 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + #include <stdlib.h> #include "../header.h" diff --git a/tests/printf_tests_tests.c b/tests/printf_tests_tests.c index 917a65b..efe19a5 100644 --- a/tests/printf_tests_tests.c +++ b/tests/printf_tests_tests.c @@ -1,3 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* printf_tests_tests.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/06 18:15:38 by cacharle #+# #+# */ +/* Updated: 2020/02/06 18:15:39 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + #include <stdlib.h> #include "../header.h" diff --git a/tests/tests.h b/tests/tests.h index 8b045e1..e7e48ab 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -1,3 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* tests.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/06 18:15:44 by cacharle #+# #+# */ +/* Updated: 2020/02/06 18:15:46 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + #ifndef FT_PRINTF_TEST_TESTS_H # define FT_PRINTF_TEST_TESTS_H |
