Restore command line "TEST" functionality

This commit is contained in:
John Lewin 2015-05-06 10:29:32 -07:00
parent c0c2cd9d6a
commit 92d08ae395

View file

@ -99,6 +99,10 @@ namespace MatterHackers.MatterControl
string commandUpper = command.ToUpper();
switch (commandUpper)
{
case "TEST":
CheckKnownAssemblyConditionalCompSymbols();
return;
case "FORCE_SOFTWARE_RENDERING":
forceSofwareRendering = true;
GL.ForceSoftwareRendering();