diff --git a/mscripts/setup.d b/mscripts/setup.d index 58960e0cdb..eb22e6ee76 100644 --- a/mscripts/setup.d +++ b/mscripts/setup.d @@ -52,6 +52,10 @@ void initMonsterScripts() // Set up the GUI Monster module setupGUIScripts(); + + // Add test cases for scripts here. This allows them to be tested + // without engaging the rendering engine (specify the -n command + // line switch.) } // This should probably not be here: