From db86fa3cb48a54ea614baee6dc02308be1649571 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 6 Feb 2020 18:15:57 +0100 Subject: Added headers --- tests/moulitest_tests.c | 12 ++++++++++++ tests/pft_tests.c | 12 ++++++++++++ tests/printf_tester_tests.c | 12 ++++++++++++ tests/printf_tests_tests.c | 12 ++++++++++++ tests/tests.h | 12 ++++++++++++ 5 files changed, 60 insertions(+) (limited to 'tests') 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 +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/06 18:15:03 by cacharle #+# #+# */ +/* Updated: 2020/02/06 18:15:04 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + #include #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 +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* 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 +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/06 18:15:31 by cacharle #+# #+# */ +/* Updated: 2020/02/06 18:15:32 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + #include #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 +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/06 18:15:38 by cacharle #+# #+# */ +/* Updated: 2020/02/06 18:15:39 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + #include #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 +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* 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 -- cgit