diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-09-05 16:58:33 +0200 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-09-05 16:58:33 +0200 |
commit | 3ec21a949b0887e32bbffcdb38a5738abfe8cfd0 (patch) | |
tree | aee2db72c364053e56d985ad3e697c42ddfca7f5 /Makefile | |
parent | 40a11a7155bc474d85ded1fef183baae2007f101 (diff) | |
download | AGH-engineering-thesis-3ec21a949b0887e32bbffcdb38a5738abfe8cfd0.tar.gz AGH-engineering-thesis-3ec21a949b0887e32bbffcdb38a5738abfe8cfd0.zip |
add add instruction together with bench
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,7 +36,8 @@ STACK_MACHINE_TESTS := \ store \ load_store \ multiinstructions_load_store \ - tee + tee \ + add # Add other tests here if You need TESTS := \ |