Added opcode tests
This commit is contained in:
parent
c4c55f0adf
commit
ffa260380b
|
@ -1,13 +1,13 @@
|
|||
.PHONY: all run format clean
|
||||
.PHONY: all run test format clean
|
||||
|
||||
all: bin/uxn
|
||||
|
||||
run: all
|
||||
@ bin/uxn test.bin "Text from arg"
|
||||
|
||||
test:
|
||||
@ bin/uxn opc-test.bin
|
||||
format:
|
||||
@ clang-format -i uxn.c
|
||||
|
||||
clean:
|
||||
@ rm -r -f bin
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue