first, install check_mac the root of your repository, which is where we can find your Makefile
second, go to the root of your repository, and clone this repo
[email protected]:mohamed-souiyeh/push_swap_tester.git
if it's positive then it saves the test_set to the file named "test_set_(argument 3)\_for\_(argument 2)
"
if it's negative then it use the test_set in the file named "test_set_(argument 3)\_for\_(argument 2)
"
the following command will just test 50 test_set of 5 numbers
./tester_push_swap 50 5
the following command will save the test_set in test_sets/test_set_1_for_5
./tester_push_swap 50 5 1
the following command will use the test_set in test_sets/test_set_1_for_5
./tester_push_swap 50 5 -1