Test your Push Swap with the required Tests.
This project should work under Mac OS and Unix:
cd <your/push_swap_folder>
git clone [email protected]:Alphacharge/push_swap_evaluator.git
cd push_swap_evaluator
chmod 755 eva.sh
./eva.sh
This script is checking for:
- Norm
- Memoryleaks with fsanitize
- nonnumerical input
- double nbr input
- INT overflow
- one nbr input
- sorted input
- input with 3 valid nbrs
- input with 5 valid nbrs
- Limit for 3 and 5 nbrs