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