aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-09-02 09:40:03 +0200
committerWojciech Kosior <kwojtus@protonmail.com>2020-09-02 09:40:03 +0200
commit4743aa2c82e8c38935f6ae43e71a5f45e776556e (patch)
treef5278543d3ba9bbb7381114a745fe3a8aed5ff12 /Makefile
parentf7a82b643e867e18bee1e41037634c43d969e74b (diff)
downloadAGH-engineering-thesis-4743aa2c82e8c38935f6ae43e71a5f45e776556e.tar.gz
AGH-engineering-thesis-4743aa2c82e8c38935f6ae43e71a5f45e776556e.zip
Add bench for tee instruction
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 53eccf2..54e8462 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,8 @@ STACK_MACHINE_TESTS := \
sub \
div \
mul \
- jump
+ jump \
+ tee
# Add other tests here if You need
TESTS := \