diff options
author | Marek Olšák <marek.olsak@amd.com> | 2013-11-24 14:11:36 +0100 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2013-12-02 22:27:57 +0100 |
commit | db8afff16e3c2c921a2223f4f720fab881ada151 (patch) | |
tree | 48854632704db3401e6483ac56519b46731412ec /tests | |
parent | 000011b4514b0b1ea9738a7470e613a8b83ee1da (diff) |
all.tests: make depthstencil-render-miplevels tests concurrent
Tested-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/all.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.tests b/tests/all.tests index 84f41d7d7..7374e0a60 100644 --- a/tests/all.tests +++ b/tests/all.tests @@ -105,7 +105,7 @@ def add_depthstencil_render_miplevels_tests(group, test_types): for test_type in test_types: test_name = 'depthstencil-render-miplevels {0} {1}'.format( texture_size, test_type) - group[test_name] = PlainExecTest(test_name + ' -auto') + add_concurrent_test(group, test_name) def add_msaa_visual_plain_tests(group, args): add_plain_test(group, args) |