From c0a93fe2b9e36e00e9e3ebdec7840889ac571f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Tue, 24 May 2016 16:56:10 +0200 Subject: beam_jump: Clean up handling of labels before func_info In complicated code with many indirect jumps to the func_info label, a label could get lost. --- lib/compiler/test/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/compiler/test/Makefile') diff --git a/lib/compiler/test/Makefile b/lib/compiler/test/Makefile index 203a50db55..da4ea548fd 100644 --- a/lib/compiler/test/Makefile +++ b/lib/compiler/test/Makefile @@ -13,6 +13,7 @@ MODULES= \ beam_validator_SUITE \ beam_disasm_SUITE \ beam_except_SUITE \ + beam_jump_SUITE \ beam_reorder_SUITE \ beam_type_SUITE \ beam_utils_SUITE \ @@ -49,6 +50,7 @@ NO_OPT= \ beam_block \ beam_bool \ beam_except \ + beam_jump \ beam_reorder \ beam_type \ beam_utils \ -- cgit v1.2.3