aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-02-21 15:46:30 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2024-02-21 15:46:30 +0200
commitaefe0cf3874c542669051b2b3cc21c9590aa970b (patch)
treee8e6d12b2a261fa0dbde21654c999a14f43824bb /Makefile
parentf88be86978af5ebb92bc9f11e99015afc6b6c4f7 (diff)
Fix bugs
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)