summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-09-30 15:11:02 -0400
committerFreya Murphy <freya@freyacat.org>2024-09-30 15:11:02 -0400
commitc24fa035ce6316503fbdca59784c2675c773ac66 (patch)
tree79d69bdb286f769b16dd2869948bd128a0ea5ab0
parentremove inv instructions (diff)
downloadmips-c24fa035ce6316503fbdca59784c2675c773ac66.tar.gz
mips-c24fa035ce6316503fbdca59784c2675c773ac66.tar.bz2
mips-c24fa035ce6316503fbdca59784c2675c773ac66.zip
update tests
-rw-r--r--test/Makefile4
-rwxr-xr-xtest/a.outbin0 -> 10575872 bytes
-rw-r--r--test/mld/test.obin5426 -> 5426 bytes
-rwxr-xr-x[-rw-r--r--]test/msim/testbin9591 -> 17263 bytes
4 files changed, 3 insertions, 1 deletions
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
--- /dev/null
+++ b/test/a.out
Binary files differ
diff --git a/test/mld/test.o b/test/mld/test.o
index 7cf14c0..28af663 100644
--- a/test/mld/test.o
+++ b/test/mld/test.o
Binary files differ
diff --git a/test/msim/test b/test/msim/test
index 86953db..f53e634 100644..100755
--- a/test/msim/test
+++ b/test/msim/test
Binary files differ