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

@@ -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