From e1eef77887f0637d5c77fb0b61f40b1326093c9b Mon Sep 17 00:00:00 2001 From: Guy Baconniere Date: Fri, 22 Oct 2021 16:00:36 +0200 Subject: [PATCH] 2021-10-22 16:00:36 --- libft/README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/libft/README.md b/libft/README.md index b352154..1f8ecac 100644 --- a/libft/README.md +++ b/libft/README.md @@ -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 ```