From 0e18088e24992f1f8b848472a510a92eb65094ea Mon Sep 17 00:00:00 2001 From: Andreas Kapp Lindquist Date: Mon, 29 Sep 2025 22:12:50 +0200 Subject: test(run.sh) simple script for faster testing --- src/run.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 src/run.sh (limited to 'src/run.sh') diff --git a/src/run.sh b/src/run.sh new file mode 100755 index 0000000..8cf836f --- /dev/null +++ b/src/run.sh @@ -0,0 +1,5 @@ +as test.s -o test.o -g +as sorter.s -o sorter.o -g +as insertionsort.s -o insertionsort.o -g +ld insertionsort.o sorter.o test.o -o test -g +./test -- cgit v1.2.3-70-g09d2