From 637f5d6e8a76aed34c8d556c4b4f38a9e634835c Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Sun, 10 Jan 2021 10:40:03 +0000 Subject: [PATCH] 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 --- wasp/boards/simulator/main.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wasp/boards/simulator/main.py b/wasp/boards/simulator/main.py index bd43d4e..2dbe875 100644 --- a/wasp/boards/simulator/main.py +++ b/wasp/boards/simulator/main.py @@ -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',