mirror of
https://github.com/rkujawa/rk65c02.git
synced 2025-02-07 07:30:29 +00:00
Increase log level for stepping test case.
This commit is contained in:
parent
fc1503c3f0
commit
63168d6f84
@ -4,6 +4,8 @@
|
||||
|
||||
#include "bus.h"
|
||||
#include "rk65c02.h"
|
||||
#include "log.h"
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
ATF_TC_WITHOUT_HEAD(step1);
|
||||
@ -12,6 +14,8 @@ ATF_TC_BODY(step1, tc)
|
||||
rk65c02emu_t e;
|
||||
bus_t b;
|
||||
|
||||
rk65c02_loglevel_set(LOG_TRACE);
|
||||
|
||||
b = bus_init_with_default_devs();
|
||||
e = rk65c02_init(&b);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user