minishell_test icon indicating copy to clipboard operation
minishell_test copied to clipboard

Test for 42 school's minishell project

Results 4 minishell_test issues
Sort by recently updated
recently updated
newest added

Some implementation of the `-c` option use termcaps and expect the command passed to it to end with a linefeed.

As mentioned in #12 The user should be able to put custom test suites in a `minishell_test` directory in his project's directory.

We can select the suite to run but it would be nice to exclude some suite. I have a commented test suite for glob (e.g `*.c`), it should be disabled...