From 3ec21a949b0887e32bbffcdb38a5738abfe8cfd0 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Sat, 5 Sep 2020 16:58:33 +0200 Subject: add add instruction together with bench --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f4e729..6f2227f 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,8 @@ STACK_MACHINE_TESTS := \ store \ load_store \ multiinstructions_load_store \ - tee + tee \ + add # Add other tests here if You need TESTS := \ -- cgit v1.2.3