aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-09-05 18:57:00 +0200
committerWojciech Kosior <kwojtus@protonmail.com>2020-09-05 18:57:00 +0200
commit92206c93690c5658928c9f8b1324e1a455e1a453 (patch)
tree317283feedacfa01f5ad2340c20bfea3e42b86b4 /Makefile
parentf37a50d6cfe86e6f5ebe368c0868878fd72aa884 (diff)
downloadAGH-engineering-thesis-92206c93690c5658928c9f8b1324e1a455e1a453.tar.gz
AGH-engineering-thesis-92206c93690c5658928c9f8b1324e1a455e1a453.zip
add cond_jump 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 454b499..73a6aff 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,8 @@ STACK_MACHINE_TESTS := \
sub \
div \
mul \
- jump
+ jump \
+ cond_jump
# Add other tests here if You need
TESTS := \