Struct test_runner::SocketRunner
source · pub struct SocketRunner { /* private fields */ }
Expand description
Show test output via a network socket to 3dslink
. This runner is only useful
on real hardware, since 3dslink
doesn’t work with emulators.
See Soc::redirect_to_3dslink
for more details.