aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-09-02 11:08:46 +0200
committerWojciech Kosior <kwojtus@protonmail.com>2020-09-02 11:08:46 +0200
commited6090899a095bab4e422fc0776ee6ccb97ffd44 (patch)
tree7bf68887a45a5c878e2f57d943c12cc345f86ff1 /Makefile
parentd01e425a482913f782cb74cd4625823b340d8112 (diff)
downloadAGH-engineering-thesis-ed6090899a095bab4e422fc0776ee6ccb97ffd44.tar.gz
AGH-engineering-thesis-ed6090899a095bab4e422fc0776ee6ccb97ffd44.zip
add bench for swap instruction
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 54e8462..d2f954d 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,8 @@ STACK_MACHINE_TESTS := \
div \
mul \
jump \
- tee
+ tee \
+ swap
# Add other tests here if You need
TESTS := \