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