boards: simulator: Enable TestApp by default
Relaunching the simulator to run tests quickly gets frustrating if the Self Test is disabled by default. Change this. Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
parent
a6eab3e7ff
commit
637f5d6e8a
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
|
||||
import wasp
|
||||
|
||||
# Test app is used a lot on the simulator. Let's make sure it is
|
||||
# registered by default.
|
||||
wasp.system.register('apps.testapp.TestApp')
|
||||
|
||||
# Ensure there's something interesting to look at ;-)
|
||||
wasp.system.set_music_info({
|
||||
'track': 'Tasteless Brass Duck',
|
||||
|
|
Loading…
Reference in a new issue