Added opcode tests

This commit is contained in:
Devine Lu Linvega 2024-01-10 13:25:55 -08:00
parent c4c55f0adf
commit ffa260380b
2 changed files with 3 additions and 3 deletions

View File

@ -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

BIN
ref/opc-test.bin Normal file

Binary file not shown.