2021-10-22 16:07:10
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user