Add tests for printftester

This commit is contained in:
gbaconni
2022-04-29 18:00:03 +02:00
parent 077123737c
commit 7550e0b28a

View File

@@ -6,7 +6,7 @@
# By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2022/04/16 20:12:38 by gbaconni #+# #+# #
# Updated: 2022/04/29 16:49:32 by gbaconni ### ########.fr #
# Updated: 2022/04/29 17:59:32 by gbaconni ### ########.fr #
# #
# **************************************************************************** #
@@ -26,11 +26,11 @@ bonus:
bonus: test-pft
test: test-pft
test: test-pft test-printftester
test2: test-pft2
test2: test-pft2 test-printftester2
test3: test-pft3
test3: test-pft3 test-printftester3
test-pft:
@cd pft && ./test mix
@@ -48,6 +48,15 @@ test-pft3:
@cd pft && ./test x
@cd pft && ./test X
test-printftester:
@make -C printftester m
test-printftester2:
@make -C printftester b
test-printftester3:
@make -C printftester a
printftester: bonus libftprintf
@test -d ~/goinfre/ || ln -snf /goinfre/$(USER) ~/goinfre
@test -d ~/goinfre/docker/ || install -d ~/goinfre/docker