2021-10-22 16:07:10

This commit is contained in:
Guy Baconniere
2021-10-22 16:07:10 +02:00
parent e1eef77887
commit 26538039a1
2 changed files with 14 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
# By: gbaconni <gbaconni@42lausanne.ch> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2021/10/22 09:10:00 by gbaconni #+# #+# #
# Updated: 2021/10/22 15:02:43 by gbaconni ### ########.fr #
# Updated: 2021/10/22 16:06:06 by gbaconni ### ########.fr #
# #
# **************************************************************************** #
#
@@ -39,6 +39,14 @@ RMFLAGS = -f
all: compile test
help:
@echo "a: nemequ/µnit"
@echo "b: Tripouille/libftTester"
@echo "c: jtoty/Libftest"
@echo "d: alelievr/libft-unit-test"
@echo "test: a b c d"
@echo "update: git pull"
a: update compile
@./$(OUT) || true

View File

@@ -33,14 +33,16 @@ make update
```
cd 42test/libft
# work on both MacOS X and Linux
# Display various options
make help
# Tripouille/libftTester (Very Good)
make b
# jtoty/Libftest (Also Nice)
make c
# work on Linux
# nemequ/µnit w/ my own Unit Testing
# nemequ/µnit w/ my own Unit Testing (Alpha software not working well)
make a
# work on MacOS X