diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-09-02 11:35:12 +0200 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-09-02 11:35:12 +0200 |
commit | f0880f17022ddb755b24b1a34b14fbf5a3491e78 (patch) | |
tree | 3801af866ac889c6ba03bc1ec5f70a16666435d3 /Makefile | |
parent | ed6090899a095bab4e422fc0776ee6ccb97ffd44 (diff) | |
download | AGH-engineering-thesis-f0880f17022ddb755b24b1a34b14fbf5a3491e78.tar.gz AGH-engineering-thesis-f0880f17022ddb755b24b1a34b14fbf5a3491e78.zip |
add bench for cond_jump instruction
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ STACK_MACHINE_TESTS := \ mul \ jump \ tee \ - swap + swap \ + cond_jump # Add other tests here if You need TESTS := \ |