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