PrintfBetterTester
printf Tester (2024) for the 42 ft_printf project
Install / Use
/learn @ejacquem/PrintfBetterTesterREADME
PrintfBetterTester
Printf Tester (2024) for the 42 ft_printf project. The program will compare your ft_printf output and return value with the real printf and show the differences between the two output when those are incorrect.
How to use
Clone the repository in your printf folder with this command :
git clone https://github.com/ejacquem/printfBetterTester.git &&
cd printfBetterTester && make
Commands
Use make commands to recompile the tests every time you make a change.
-
make: Run every test, including the bonuses.
-
make basic (b): Run only the mandatory part.
-
make short (s): Run every test but in a short format.
-
make more (m): Run more than 20,000 tests just in case.
