1 testing. "Force autoloading some files if neccessary"
2 load: 'src/lib/tokenizer.slate'.
3 load: 'src/lib/array-words.slate'.
5 load: 'tests/bytearray.slate'.
6 load: 'tests/dictionary.slate'.
7 load: 'tests/file.slate'.
8 load: 'tests/mapoverlay.slate'.
9 "load: 'tests/matrix.slate'."
10 load: 'tests/numeric.slate'.
11 load: 'tests/path.slate'.
12 load: 'tests/range.slate'.
13 load: 'tests/syntax.slate'.
14 load: 'tests/test.slate'.
15 load: 'tests/array-words.slate'.
16 load: 'tests/sequence.slate'.
18 (#SmartConsole isFoundOn: {lobby})
20 load: 'src/plugins/smart-console/init.slate'.
21 load: 'tests/smartconsole.slate']
22 ifFalse: [inform: 'Skipped loading smart console tests because the plugin is not loaded'].
24 "load: 'tests/benchmark/init.slate'."
25 load: 'tests/regression/init.slate'.