mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-27 20:51:17 +00:00
Add missing tests
This commit is contained in:
parent
ba47de0e4b
commit
a3dff9193b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user