From 40a11a7155bc474d85ded1fef183baae2007f101 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Sat, 5 Sep 2020 16:43:32 +0200 Subject: add tee instruction together with bench --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dfc8aab..8f4e729 100644 --- a/Makefile +++ b/Makefile @@ -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 := \ -- cgit v1.2.3