2021-10-23 22:29:53

This commit is contained in:
marvin
2021-10-23 22:29:53 +02:00
parent 161279c3f5
commit e02dc43f7b
2 changed files with 43 additions and 29 deletions

View File

@@ -35,20 +35,20 @@ cd 42test/libft
# Display various options
make help
# Tripouille/libftTester (Very Good)
# Tripouille/libftTester (straight to the point)
make b
# jtoty/Libftest (Also Nice)
# jtoty/Libftest (cool layout)
make c
# nemequ/µnit w/ my own Unit Testing (Alpha software not working well)
# nemequ/µnit w/ my own Unit Testing (beta software not complete)
make a
# work on MacOS X
# alelievr/libft-unit-test (Not sure that is a good idea to use it)
# works on MacOS X (and Linux if libbsd-dev installed and so: in libft/Makefile)
# alelievr/libft-unit-test (mind the protect == NULL)
make d
# launch a b c d (All you can eat)
# launch a b c d e (All you can eat)
make test
```
@@ -57,7 +57,8 @@ make test
- a: [nemequ/µnit](https://nemequ.github.io/munit/)
- b: [Tripouille/libftTester](https://github.com/Tripouille/libftTester)
- c: [jtoty/Libftest](https://github.com/jtoty/Libftest)
- d: [alelievr/libft-unit-test](https://github.com/alelievr/libft-unit-test)
- d: [alelievr/libft-unit-test (tests)](https://github.com/alelievr/libft-unit-test)
- e: [alelievr/libft-unit-test (bench)](https://github.com/alelievr/libft-unit-test)
Create subprojects
```