2021-10-27 09:52:43
This commit is contained in:
@@ -55,14 +55,18 @@ make c
|
||||
# nemequ/µnit w/ my own Unit Testing (beta software not complete)
|
||||
make a
|
||||
|
||||
# works on MacOS X (and Linux if libbsd-dev installed and so: in libft/Makefile)
|
||||
# works on MacOS X (and Linux if libbsd-dev installed and so: in your libft/Makefile)
|
||||
# alelievr/libft-unit-test (mind the protect == NULL)
|
||||
make d
|
||||
make e
|
||||
|
||||
# ysoroko/ft_split_tester
|
||||
make f
|
||||
|
||||
# test bonuses
|
||||
make bonus
|
||||
|
||||
# launch a b c d e (All you can eat)
|
||||
# launch a b c d e f (All you can eat)
|
||||
make test
|
||||
```
|
||||
|
||||
@@ -73,6 +77,7 @@ make test
|
||||
- c: [jtoty/Libftest](https://github.com/jtoty/Libftest)
|
||||
- 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)
|
||||
- f: [ysoroko/ft_split_tester](https://github.com/Ysoroko/FT_SPLIT_TESTER)
|
||||
|
||||
Create subprojects
|
||||
```
|
||||
@@ -80,5 +85,6 @@ git submodule add https://github.com/jtoty/Libftest.git
|
||||
git submodule add https://github.com/alelievr/libft-unit-test.git
|
||||
git submodule add https://github.com/Tripouille/libftTester.git
|
||||
git submodule add https://github.com/nemequ/munit.git
|
||||
git submodule add https://github.com/Ysoroko/FT_SPLIT_TESTER.git
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user