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
|
all: bin/uxn
|
||||||
|
|
||||||
run: all
|
run: all
|
||||||
@ bin/uxn test.bin "Text from arg"
|
@ bin/uxn test.bin "Text from arg"
|
||||||
|
test:
|
||||||
|
@ bin/uxn opc-test.bin
|
||||||
format:
|
format:
|
||||||
@ clang-format -i uxn.c
|
@ clang-format -i uxn.c
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@ rm -r -f bin
|
@ rm -r -f bin
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue