aboutsummaryrefslogtreecommitdiff
path: root/test/test.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-10-30test(test.sh): Made use of exit codesAndreas Kapp Lindquist1-5/+7
2025-10-30test(test.sh): Made test work for unstable sorting algorithms using check.pyAndreas Kapp Lindquist1-31/+36
2025-10-29test(test.sh): test now only runs for insertion sortAndreas Kapp Lindquist1-1/+1
2025-10-29test(test.sh): Moved to test folderAndreas Kapp Lindquist1-0/+41
2025-10-29test(all): Added test script for testing against sortmithe241-25/+0
Added test.sh that tests our program against sort Added generate_test_data.sh for generating a large test data set
2025-10-29fix(test): the test used an unstable sorting algorithm, which caused ↵Navid Samanghoon1-1/+1
insertion sort to fail on duplicates. This has been fixed now.
2025-10-29test(numbers.txt): Test script that compares output with 'sort'mithe241-0/+25
Test case that matches output of the program and 'sort' using the command 'sort -n -k 2'