2021-10-22 16:07:10
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
# By: gbaconni <gbaconni@42lausanne.ch> +#+ +:+ +#+ #
|
# By: gbaconni <gbaconni@42lausanne.ch> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2021/10/22 09:10:00 by gbaconni #+# #+# #
|
# 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
|
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
|
a: update compile
|
||||||
@./$(OUT) || true
|
@./$(OUT) || true
|
||||||
|
|
||||||
|
|||||||
@@ -33,14 +33,16 @@ make update
|
|||||||
```
|
```
|
||||||
cd 42test/libft
|
cd 42test/libft
|
||||||
|
|
||||||
# work on both MacOS X and Linux
|
# Display various options
|
||||||
|
make help
|
||||||
|
|
||||||
# Tripouille/libftTester (Very Good)
|
# Tripouille/libftTester (Very Good)
|
||||||
make b
|
make b
|
||||||
|
|
||||||
# jtoty/Libftest (Also Nice)
|
# jtoty/Libftest (Also Nice)
|
||||||
make c
|
make c
|
||||||
|
|
||||||
# work on Linux
|
# nemequ/µnit w/ my own Unit Testing (Alpha software not working well)
|
||||||
# nemequ/µnit w/ my own Unit Testing
|
|
||||||
make a
|
make a
|
||||||
|
|
||||||
# work on MacOS X
|
# work on MacOS X
|
||||||
|
|||||||
Reference in New Issue
Block a user