Add tests and fix bugs
This commit is contained in:
5
Makefile
5
Makefile
@@ -6,7 +6,7 @@
|
||||
# By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2022/01/18 15:11:16 by gbaconni #+# #+# #
|
||||
# Updated: 2022/04/15 20:37:26 by gbaconni ### lausanne.ch #
|
||||
# Updated: 2022/04/16 01:24:13 by gbaconni ### lausanne.ch #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
#
|
||||
@@ -86,6 +86,9 @@ test: clean $(NAME)
|
||||
@$(PREFIX) ./$(NAME) "%c" C || true
|
||||
@$(PREFIX) ./$(NAME) "%s" "42 Lausanne" || true
|
||||
@$(PREFIX) ./$(NAME) "%d" 42 || true
|
||||
@$(PREFIX) ./$(NAME) "%i" 2147483647 || true
|
||||
@$(PREFIX) ./$(NAME) "%i" -2147483646 || true
|
||||
@$(PREFIX) ./$(NAME) "%u" 4294967295 || true
|
||||
@$(PREFIX) ./$(NAME) "%x" 42 || true
|
||||
@$(PREFIX) ./$(NAME) "%X" 42 || true
|
||||
@$(PREFIX) ./$(NAME) "%%" "" || true
|
||||
|
||||
Reference in New Issue
Block a user