From 6295bacd000e00d7c569fdc64697a29561f1d2b1 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Sat, 5 Sep 2020 14:47:13 +0200 Subject: add tclasm multiinstructions (instructions, that possibly translate to more than one) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 59ec377..5993ca6 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,8 @@ STACK_MACHINE_OLD_TESTS := \ STACK_MACHINE_TESTS := \ store \ - load_store + load_store \ + multiinstructions_load_store # Add other tests here if You need TESTS := \ -- cgit v1.2.3