From 67338780099d1384b36623780a5a63c3be5ade9d Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Sat, 5 Sep 2020 13:00:13 +0200 Subject: add load_store bench for new stack machine --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1f6cbce..59ec377 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,8 @@ STACK_MACHINE_OLD_TESTS := \ cond_jump STACK_MACHINE_TESTS := \ - store + store \ + load_store # Add other tests here if You need TESTS := \ -- cgit v1.2.3