Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 749 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 749 Bytes

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 git@github.com: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.