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