From a3dff9193b85dbc46d42567e6cf056398a9d132c Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sun, 7 Jan 2018 16:30:52 -0600 Subject: [PATCH] Add missing tests --- tests/mos6502.dis.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/mos6502.dis.c b/tests/mos6502.dis.c index c26c6b6..75b80b1 100644 --- a/tests/mos6502.dis.c +++ b/tests/mos6502.dis.c @@ -235,6 +235,11 @@ Test(mos6502_dis, scan) ); } +/* + * These tests are all contained within the jump_label test below. + * Test(mos6502_dis, jump_unlabel) + * Test(mos6502_dis, is_jump_label) + */ Test(mos6502_dis, jump_label) { cr_assert_eq(mos6502_dis_is_jump_label(123), false);