From c24fa035ce6316503fbdca59784c2675c773ac66 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 30 Sep 2024 15:11:02 -0400 Subject: update tests --- test/Makefile | 4 +++- test/a.out | Bin 0 -> 10575872 bytes test/mld/test.o | Bin 5426 -> 5426 bytes test/msim/test | Bin 9591 -> 17263 bytes 4 files changed, 3 insertions(+), 1 deletion(-) create mode 100755 test/a.out mode change 100644 => 100755 test/msim/test diff --git a/test/Makefile b/test/Makefile index 64f902d..fdc3eb3 100644 --- a/test/Makefile +++ b/test/Makefile @@ -3,7 +3,9 @@ LD=afl-cc BIN=../bin -.PHONY: masm mld msim +.PHONY: all masm mld msim + +all: masm mld msim masm: make -C ../masm clean build CC=$(CC) LD=$(LD) diff --git a/test/a.out b/test/a.out new file mode 100755 index 0000000..075ddb6 Binary files /dev/null and b/test/a.out differ diff --git a/test/mld/test.o b/test/mld/test.o index 7cf14c0..28af663 100644 Binary files a/test/mld/test.o and b/test/mld/test.o differ diff --git a/test/msim/test b/test/msim/test old mode 100644 new mode 100755 index 86953db..f53e634 Binary files a/test/msim/test and b/test/msim/test differ -- cgit v1.2.3-freya