From 92206c93690c5658928c9f8b1324e1a455e1a453 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Sat, 5 Sep 2020 18:57:00 +0200 Subject: add cond_jump instruction together with bench --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 454b499..73a6aff 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,8 @@ STACK_MACHINE_TESTS := \ sub \ div \ mul \ - jump + jump \ + cond_jump # Add other tests here if You need TESTS := \ -- cgit v1.2.3