francinette icon indicating copy to clipboard operation
francinette copied to clipboard

An easy to use testing framework for the 42 projects

Results 46 francinette issues
Sort by recently updated
recently updated
newest added

Can use this command to get a list of undefined symbols, basically allowing to check for forbidden functions ``` nm -un pipex | grep -v __ | cut -c2- ```

enhancement

Create a change log that tracks modification for each version. When francinette updates it should display the changes made since the last version present localy

enhancement

Make the initial leak check with the leaks command (in mac) And if it finds leaks, then hookup the stack tracer. Improves execution times.

enhancement

On first run test all the makefile targets to see if they work correctly. This needs to vary between projects, to check the results.

enhancement

I tested my Libft all day yesterday, everything was working fine, I had no issues. Since this morning I get a crash on some tests for the Memmove && strrchr...

# The `Moulinette` throws back my project twice, both times it is `Makefile` related problem: ## The 1st problem: I was using `-I.` flag in the implicit rule of compilation(`%.o:...

On WSL, (Ubuntu 20.04.6 LTS) I get an error when i try to run francinette in my minitalk project, > 2024-01-19 22:31:40,688 [base][ERROR]: 'NoneType' object has no attribute 'group' >...

``` ╔══════════════════════════════════════════════════════════════════════════════╗ ║ Welcome to Francinette, a 42 tester framework! ║ ╚═══════════════════════╦══════════════════════════════╦═══════════════════════╝ ║ printf ║ ╚══════════════════════════════╝ ✔ Preparing framework ✔ Executing: norminette ✔ Executing: make fclean all (no bonus) ℹ...

**Describe the bug** Please include a description of the problem as well has what operation system you are using - OS: [ Ubuntu 22.04 LTS ...] - The architecture of...

I put libft folder and everything works with my tests but not for francinette. ``` ✖ Compiling tests: fsoares (my own tests) ar: creating archive libft.a Problem compiling the tests...