update tests
This commit is contained in:
parent
60d9eb30d0
commit
c24fa035ce
4 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
BIN
test/a.out
Executable file
BIN
test/a.out
Executable file
Binary file not shown.
BIN
test/mld/test.o
BIN
test/mld/test.o
Binary file not shown.
BIN
test/msim/test
Normal file → Executable file
BIN
test/msim/test
Normal file → Executable file
Binary file not shown.
Loading…
Reference in a new issue