1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-11-30 08:51:53 +00:00

Add missing tests

This commit is contained in:
Peter Evans 2018-01-07 16:30:52 -06:00
parent ba47de0e4b
commit a3dff9193b

View File

@ -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) Test(mos6502_dis, jump_label)
{ {
cr_assert_eq(mos6502_dis_is_jump_label(123), false); cr_assert_eq(mos6502_dis_is_jump_label(123), false);