aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-09-05 18:21:53 +0200
committerWojciech Kosior <kwojtus@protonmail.com>2020-09-05 18:21:53 +0200
commit8d92524d4c46493ad83ebd493dabd3f88e11037b (patch)
tree62973748aa831b2b64241d5a8b27565abdc707c8 /Makefile
parent2c528314ebe29a1c94b6c03fd1b0e2668ee25dff (diff)
downloadAGH-engineering-thesis-8d92524d4c46493ad83ebd493dabd3f88e11037b.tar.gz
AGH-engineering-thesis-8d92524d4c46493ad83ebd493dabd3f88e11037b.zip
add mul 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 c7ab240..98631ef 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,8 @@ STACK_MACHINE_TESTS := \
swap \
add \
sub \
- div
+ div \
+ mul
# Add other tests here if You need
TESTS := \