xicodomingues/francinette

printf is only tested with Tripouille's tester

Skwashlepro opened this issue · 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

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 could you elaborate on how you fixed it? thanks!