blob: e98eb157ae9b89e78622c581f4711ba7fde1a334 (
plain)
1
2
3
4
5
6
7
|
test('T12010',
[extra_files(['cbits/']),
only_ways(['threaded1']),
extra_ways(['threaded1']),
when(wordsize(32), fragile(16572)),
cmd_prefix('WAY_FLAGS="' + ' '.join(config.way_flags['threaded1']) + '"')],
makefile_test, [])
|