2021-10-22 16:00:36

This commit is contained in:
Guy Baconniere
2021-10-22 16:00:36 +02:00
parent ed5c06da21
commit e1eef77887

View File

@@ -34,25 +34,29 @@ make update
cd 42test/libft cd 42test/libft
# work on both MacOS X and Linux # work on both MacOS X and Linux
# Tripouille/libftTester (Very Good)
make b make b
# jtoty/Libftest (Also Nice)
make c make c
# work on Linux # work on Linux
# nemequ/µnit w/ my own Unit Testing
make a make a
# work on MacOS X # work on MacOS X
# alelievr/libft-unit-test (Not sure that is a good idea to use it)
make d make d
# launch a b c d # launch a b c d (All you can eat)
make test make test
``` ```
## External Subprojects ## External Subprojects
- [jtoty/Libftest](https://github.com/jtoty/Libftest) - a: [nemequ/µnit](https://nemequ.github.io/munit/)
- [alelievr/libft-unit-test](https://github.com/alelievr/libft-unit-test) - b: [Tripouille/libftTester](https://github.com/Tripouille/libftTester)
- [Tripouille/libftTester](https://github.com/Tripouille/libftTester) - c: [jtoty/Libftest](https://github.com/jtoty/Libftest)
- [nemequ/µnit](https://nemequ.github.io/munit/) - d: [alelievr/libft-unit-test](https://github.com/alelievr/libft-unit-test)
Create subprojects Create subprojects
``` ```