aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-09-05 13:00:13 +0200
committerWojciech Kosior <kwojtus@protonmail.com>2020-09-05 13:00:13 +0200
commit67338780099d1384b36623780a5a63c3be5ade9d (patch)
tree3801abd5cde5b4480e43fe4c221316b2b276c852 /Makefile
parentb59715e09322f8c094126b57ba6d0424b9892a3f (diff)
downloadAGH-engineering-thesis-67338780099d1384b36623780a5a63c3be5ade9d.tar.gz
AGH-engineering-thesis-67338780099d1384b36623780a5a63c3be5ade9d.zip
add load_store bench for new stack machine
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f6cbce..59ec377 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,8 @@ STACK_MACHINE_OLD_TESTS := \
cond_jump
STACK_MACHINE_TESTS := \
- store
+ store \
+ load_store
# Add other tests here if You need
TESTS := \