Skip to content

Yoo0lh/push-swap-tester-42

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.