From d9d3fe076a4c316cd3e2e2a1082688bcc876c6b5 Mon Sep 17 00:00:00 2001 From: Andreas Kapp Lindquist Date: Tue, 30 Sep 2025 10:23:01 +0200 Subject: refactor(run.sh,test.s,utils.s): Removed test files --- src/run.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 src/run.sh (limited to 'src/run.sh') diff --git a/src/run.sh b/src/run.sh deleted file mode 100755 index 961defc..0000000 --- a/src/run.sh +++ /dev/null @@ -1,6 +0,0 @@ -as test.s -o test.o -g -as sorter.s -o sorter.o -g -as insertion_sort.s -o insertion_sort.o -g -as utils.s -o utils.o -g -ld insertion_sort.o sorter.o utils.o test.o -o test -g -./test -- cgit v1.2.3-70-g09d2