diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-09-05 13:00:13 +0200 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-09-05 13:00:13 +0200 |
commit | 67338780099d1384b36623780a5a63c3be5ade9d (patch) | |
tree | 3801abd5cde5b4480e43fe4c221316b2b276c852 /Makefile | |
parent | b59715e09322f8c094126b57ba6d0424b9892a3f (diff) | |
download | AGH-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 := \ |