xicodomingues/francinette

Error running francinette in Pipex project folder

atchoglogilbert opened this issue · 1 comments

It keeps running get_next_line tests. The NAME in my Makefile is "pipex". I have tried changing it to libft.a, it successfully runs libft tests. Any target it does not find, it goes to get_next_line, so I guess it is not recognizing pipex as a project it should test.

I checked the logs in francinette's dir and noticed it was running some cmds with get_next_line's source files which I had in the root of PIPEX. Moved the files to a subdir and it fixed the issue ...