aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b11d03b..3c3ae26 100644
--- a/Makefile
+++ b/Makefile
@@ -38,9 +38,13 @@ bytecode-compile:
emu:
$(py) -m atk16_emu.cli $(in)
+# make test-digital-alu
+test-digital-alu:
+ $(py) atk16_asm/test_alu.py digital_diagrams/atk16_alu.dig
+
# make test
test:
- $(py) atk16_asm/test_alu.py digital_diagrams/atk16_alu.dig
+ pytest --ignore resources
run-single-test:
java -cp $(digital_path) CLI test -verbose -circ $(circ) -tests $(tests)