i965: Initialize compaction tables in unit test.

Fixes: fa4b792e83 "i965: Move brw_init_compaction_tables() to brw_create_compiler()."
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100154
This commit is contained in:
Matt Turner 2017-03-10 23:15:33 -08:00
parent fa4b792e83
commit 3d253d330a
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@ struct {
static bool
run_tests(const struct gen_device_info *devinfo)
{
brw_init_compaction_tables(devinfo);
bool fail = false;
for (int i = 0; i < ARRAY_SIZE(tests); i++) {