mesa/tests: add missing dep_thread

Fixes: f8c27c2775 ("state_tracker: Move the format test out to be an actual unit test.")
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Tested-by: Vinson Lee <vlee@freedesktop.org>
This commit is contained in:
Eric Engestrom 2019-07-19 15:00:35 +01:00
parent 6f8b5872ab
commit 0e34e1a0ce
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ test(
libmesa_st_test_common, libmesa_gallium, libglapi, libgallium,
libmesa_util,
],
dependencies : dep_thread,
),
suite : ['st_mesa'],
)