2021-10-22 16:00:36
This commit is contained in:
@@ -34,25 +34,29 @@ make update
|
||||
cd 42test/libft
|
||||
|
||||
# work on both MacOS X and Linux
|
||||
# Tripouille/libftTester (Very Good)
|
||||
make b
|
||||
# jtoty/Libftest (Also Nice)
|
||||
make c
|
||||
|
||||
# work on Linux
|
||||
# nemequ/µnit w/ my own Unit Testing
|
||||
make a
|
||||
|
||||
# work on MacOS X
|
||||
# alelievr/libft-unit-test (Not sure that is a good idea to use it)
|
||||
make d
|
||||
|
||||
# launch a b c d
|
||||
# launch a b c d (All you can eat)
|
||||
make test
|
||||
```
|
||||
|
||||
## External Subprojects
|
||||
|
||||
- [jtoty/Libftest](https://github.com/jtoty/Libftest)
|
||||
- [alelievr/libft-unit-test](https://github.com/alelievr/libft-unit-test)
|
||||
- [Tripouille/libftTester](https://github.com/Tripouille/libftTester)
|
||||
- [nemequ/µnit](https://nemequ.github.io/munit/)
|
||||
- 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)
|
||||
|
||||
Create subprojects
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user