aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-09-05 14:47:13 +0200
committerWojciech Kosior <kwojtus@protonmail.com>2020-09-05 14:47:13 +0200
commit6295bacd000e00d7c569fdc64697a29561f1d2b1 (patch)
tree70355a4e0a163bd53d01790704bd5fc40b8adf7e /Makefile
parent67338780099d1384b36623780a5a63c3be5ade9d (diff)
downloadAGH-engineering-thesis-6295bacd000e00d7c569fdc64697a29561f1d2b1.tar.gz
AGH-engineering-thesis-6295bacd000e00d7c569fdc64697a29561f1d2b1.zip
add tclasm multiinstructions (instructions, that possibly translate to more than one)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59ec377..5993ca6 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,8 @@ STACK_MACHINE_OLD_TESTS := \
STACK_MACHINE_TESTS := \
store \
- load_store
+ load_store \
+ multiinstructions_load_store
# Add other tests here if You need
TESTS := \