Buom01 / libft-corrector

The tester created for self-correction (42 school, project libft)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libft-corrector

Le testeur créer pour s'auto-corriger

Usage

Clone this repo along your libft Run run.sh

You could debug your function by uncommenting printf in the testfiles (if present) to see differences between your function's result and expected one.

Note

This tester do not explicitly verify your prototypes This tester do not test all exercices (only hards one) It use make to compile your project

Tips

You should double check your prototypes You should include libft.h in the compilation process of your Makefile

Feel free to send pull requests to add your testfiles (they are easy to make)

License (MIT)

Copyright 2019 Bastien ADAM

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

The tester created for self-correction (42 school, project libft)


Languages

Language:C 50.7%Language:Shell 49.3%