update tests

This commit is contained in:
Freya Murphy 2024-09-30 15:11:02 -04:00
parent 60d9eb30d0
commit c24fa035ce
Signed by: freya
GPG key ID: 744AB800E383AE52
4 changed files with 3 additions and 1 deletions

View file

@ -3,7 +3,9 @@ LD=afl-cc
BIN=../bin BIN=../bin
.PHONY: masm mld msim .PHONY: all masm mld msim
all: masm mld msim
masm: masm:
make -C ../masm clean build CC=$(CC) LD=$(LD) make -C ../masm clean build CC=$(CC) LD=$(LD)

BIN
test/a.out Executable file

Binary file not shown.

Binary file not shown.

BIN
test/msim/test Normal file → Executable file

Binary file not shown.