push-swap-tester-42 icon indicating copy to clipboard operation
push-swap-tester-42 copied to clipboard

simple tester for push swap 42 project

tester for 42 project

this tester count the number of operation that made by your programme and test if your programme sort correctly or not.

  • NOTE : this testr does not check if your checker is work or note

    How do i run this tester ?

    git clone [email protected]:Yoo0lh/push_swap_tester.git ./push_swap_tester.sh [number of argument]
    

    example :

    this example will run the tester with 5 number of argument

     ./push_swap_tester.sh 5 

    Contribution

    If you noticed something wrong with the code or if you'd like to see a new feature, you can submit an issue. If you'd like to contribute please submit a pull request.