Yoo0lh / push-swap-tester-42

simple tester for push swap 42 project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

  • About

    simple tester for push swap 42 project


    Languages

    Language:Shell 80.4%Language:Python 19.6%