francinette icon indicating copy to clipboard operation
francinette copied to clipboard

printf is only tested with Tripouille's tester

Open Skwashlepro opened this issue 7 months ago • 3 comments

printf is only tested with Tripouille's tester

➜ ft_printf git:(master) ✗ paco -t 3 ╔══════════════════════════════════════════════════════════════════════════════╗ ║ Welcome to Francinette, a 42 tester framework! ║ ╚═══════════════════════╦══════════════════════════════╦═══════════════════════╝ ║ printf ║ ╚══════════════════════════════╝ ✔ Preparing framework ✔ Executing: norminette ✔ Executing: make fclean all (no bonus) ╔══════════════════════════════════════════════════════════════════════════════╗ ║ 🎉🥳 All tests passed! Congratulations! 🥳🎉 ║ ╚══════════════════════════════════════════════════════════════════════════════╝

ubuntu 20.04 Python 3.8.10 norminette 3.3.55

Skwashlepro avatar Dec 02 '23 15:12 Skwashlepro

image

Skwashlepro avatar Dec 02 '23 15:12 Skwashlepro

I had the same problem. Had to do the bonus for the other tests to be used. Just adding a bonus target to your Makefile should work, though obviously it's going to be the test suite in bonus mode and you're going to fail all of the bonus stuff, unless you've done it.

poudink avatar Dec 14 '23 18:12 poudink