aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/moulitest_tests.c12
-rw-r--r--tests/pft_tests.c12
-rw-r--r--tests/printf_tester_tests.c12
-rw-r--r--tests/printf_tests_tests.c12
-rw-r--r--tests/tests.h12
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