aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-09-05 18:32:44 +0200
committerWojciech Kosior <kwojtus@protonmail.com>2020-09-05 18:38:27 +0200
commitf37a50d6cfe86e6f5ebe368c0868878fd72aa884 (patch)
tree22c8298f9c20a6817036ecf8f6d905fe5d6fa894 /Makefile
parent8d92524d4c46493ad83ebd493dabd3f88e11037b (diff)
downloadAGH-engineering-thesis-f37a50d6cfe86e6f5ebe368c0868878fd72aa884.tar.gz
AGH-engineering-thesis-f37a50d6cfe86e6f5ebe368c0868878fd72aa884.zip
add 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 98631ef..454b499 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,8 @@ STACK_MACHINE_TESTS := \
add \
sub \
div \
- mul
+ mul \
+ jump
# Add other tests here if You need
TESTS := \