testing. "Force autoloading some files if neccessary" load: 'src/lib/tokenizer.slate'. load: 'src/lib/wordarray.slate'. load: 'src/lib/sugar.slate'. load: 'tests/bytearray.slate'. load: 'tests/dictionary.slate'. load: 'tests/file.slate'. load: 'tests/mapoverlay.slate'. load: 'tests/matrix.slate'. load: 'tests/numeric.slate'. load: 'tests/path.slate'. load: 'tests/range.slate'. load: 'tests/syntax.slate'. load: 'tests/test.slate'. load: 'tests/wordarray.slate'. load: 'tests/sequence.slate'. (#SmartConsole isFoundOn: {lobby}) ifTrue: [ load: 'src/plugins/smart-console/init.slate'. load: 'tests/smartconsole.slate'] ifFalse: [inform: 'Skipped loading smart console tests because the plugin is not loaded']. "load: 'tests/benchmark/init.slate'." load: 'tests/regression/init.slate'.