aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-16 04:51:41 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-16 04:51:41 +0100
commit01b4cc91d1596cf94d709a627ed8ad64bc1e285d (patch)
tree8b15a7758247ed4d4a084bccefedbf426ddfd305 /test/Makefile
parentbf4dc8e5c1dbb8149f0cab473f73b5e9bac24ae0 (diff)
downloadlibft-01b4cc91d1596cf94d709a627ed8ad64bc1e285d.tar.gz
libft-01b4cc91d1596cf94d709a627ed8ad64bc1e285d.tar.bz2
libft-01b4cc91d1596cf94d709a627ed8ad64bc1e285d.zip
Filled lst* tests
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index d37ced4..5835c1c 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -6,7 +6,7 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/02/15 04:35:44 by cacharle #+# #+# #
-# Updated: 2020/02/15 04:35:45 by cacharle ### ########.fr #
+# Updated: 2020/02/15 22:46:20 by cacharle ### ########.fr #
# #
# **************************************************************************** #
@@ -40,6 +40,10 @@ run_v: all
@echo "Test: Running"
@./$(NAME) -v
+run_s: all
+ @echo "Test: Running"
+ @./$(NAME) -s
+
$(NAME): libft_all $(OBJ)
@echo "Test: Linking: $@"
@$(CC) -o $@ $(OBJ) $(LDFLAGS)