Add tests for printftester
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
# By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ #
|
# By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2022/04/16 20:12:38 by gbaconni #+# #+# #
|
# 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
|
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:
|
test-pft:
|
||||||
@cd pft && ./test mix
|
@cd pft && ./test mix
|
||||||
@@ -48,6 +48,15 @@ test-pft3:
|
|||||||
@cd pft && ./test x
|
@cd pft && ./test x
|
||||||
@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
|
printftester: bonus libftprintf
|
||||||
@test -d ~/goinfre/ || ln -snf /goinfre/$(USER) ~/goinfre
|
@test -d ~/goinfre/ || ln -snf /goinfre/$(USER) ~/goinfre
|
||||||
@test -d ~/goinfre/docker/ || install -d ~/goinfre/docker
|
@test -d ~/goinfre/docker/ || install -d ~/goinfre/docker
|
||||||
|
|||||||
Reference in New Issue
Block a user