aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-09-05 16:43:32 +0200
committerWojciech Kosior <kwojtus@protonmail.com>2020-09-05 16:43:32 +0200
commit40a11a7155bc474d85ded1fef183baae2007f101 (patch)
treeee101c1e2ba2be097c5ff81b321247fb15edd882 /Makefile
parent572c9d71cf66bb2097bce384b8cb3899af0b8473 (diff)
downloadAGH-engineering-thesis-40a11a7155bc474d85ded1fef183baae2007f101.tar.gz
AGH-engineering-thesis-40a11a7155bc474d85ded1fef183baae2007f101.zip
add tee 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 dfc8aab..8f4e729 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,8 @@ STACK_MACHINE_OLD_TESTS := \
STACK_MACHINE_TESTS := \
store \
load_store \
- multiinstructions_load_store
+ multiinstructions_load_store \
+ tee
# Add other tests here if You need
TESTS := \