1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-12-12 10:30:23 +00:00

That's called "test_debug" not "test_breakpoint".

This commit is contained in:
Radosław Kujawa 2017-02-15 19:58:44 +01:00
parent 22f9e65714
commit b32be45d10

View File

@ -3,8 +3,8 @@ syntax(2)
test_suite('rk65c02-tests')
atf_test_program{name='test_assemble'}
atf_test_program{name='test_breakpoint'}
atf_test_program{name='test_bus'}
atf_test_program{name='test_debug'}
atf_test_program{name='test_emulation'}
atf_test_program{name='test_interrupt'}
atf_test_program{name='test_stepping'}