diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-22 16:02:42 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-22 16:02:42 -0400 |
commit | 85471efb4c740bb775c9ebdb10f775620c979598 (patch) | |
tree | c4afa5cf8108df4192e73488c4da271ed166217c /test | |
parent | update make clear (diff) | |
download | mips-85471efb4c740bb775c9ebdb10f775620c979598.tar.gz mips-85471efb4c740bb775c9ebdb10f775620c979598.tar.bz2 mips-85471efb4c740bb775c9ebdb10f775620c979598.zip |
mld done
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 17 | ||||
-rw-r--r-- | test/mld/test.o | bin | 5442 -> 5442 bytes | |||
-rw-r--r-- | test/msim/test | bin | 0 -> 5395 bytes |
3 files changed, 7 insertions, 10 deletions
diff --git a/test/Makefile b/test/Makefile index 1a97dd6..64f902d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -3,18 +3,15 @@ LD=afl-cc BIN=../bin -none: +.PHONY: masm mld msim -clean: - rm -fr $(BIN) - -masm: clean - make -C ../masm build CC=$(CC) LD=$(LD) +masm: + make -C ../masm clean build CC=$(CC) LD=$(LD) $(BIN)/masm/masm -o ./mld/test.o ./masm/test.asm -mld: clean - make -C ../mld build CC=$(CC) LD=$(LD) +mld: + make -C ../mld clean build CC=$(CC) LD=$(LD) $(BIN)/mld/mld -o ./msim/test ./mld/test.o -msim: clean - make -C ../msim build CC=$(CC) LD=$(LD) +msim: + make -C ../msim clean build CC=$(CC) LD=$(LD) diff --git a/test/mld/test.o b/test/mld/test.o Binary files differindex 9281a13..c0a5e03 100644 --- a/test/mld/test.o +++ b/test/mld/test.o diff --git a/test/msim/test b/test/msim/test Binary files differnew file mode 100644 index 0000000..f81c617 --- /dev/null +++ b/test/msim/test |