aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-09-05 16:58:33 +0200
committerWojciech Kosior <kwojtus@protonmail.com>2020-09-05 16:58:33 +0200
commit3ec21a949b0887e32bbffcdb38a5738abfe8cfd0 (patch)
treeaee2db72c364053e56d985ad3e697c42ddfca7f5 /Makefile
parent40a11a7155bc474d85ded1fef183baae2007f101 (diff)
downloadAGH-engineering-thesis-3ec21a949b0887e32bbffcdb38a5738abfe8cfd0.tar.gz
AGH-engineering-thesis-3ec21a949b0887e32bbffcdb38a5738abfe8cfd0.zip
add add instruction together with bench
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f4e729..6f2227f 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,8 @@ STACK_MACHINE_TESTS := \
store \
load_store \
multiinstructions_load_store \
- tee
+ tee \
+ add
# Add other tests here if You need
TESTS := \