Increase log level for stepping test case.

This commit is contained in:
Radosław Kujawa 2018-03-24 23:06:13 +01:00
parent fc1503c3f0
commit 63168d6f84
1 changed files with 4 additions and 0 deletions

View File

@ -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);