!7 !include once #1021761 // Gazelle Fakery set flag DynModule. cmodule AllGazelleTests > DynSingleFunctionWithPrintLog { S performOnly; start { setFunctionName("Run Tests"); } visualize { ret centerAndSouthWithMargin(super.visualize(), withLabel("Perform only test:", dm_textField('performOnly))); } void doIt { dm_useLocalMechListCopies(); ErrorCounter errorCounter = gazelle_performMultipleTests(mL_raw("Gazelle Tests"), //debugConditions := true, +performOnly); setModuleName(errorCounter.toString_short() + " - " + dm_originalModuleName()); } }