intel/compiler: Convert test_eu_compact to use gtest

Be consistent with the other test suites in intel/compiler.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13340>
This commit is contained in:
Caio Marcelo de Oliveira Filho
2021-10-11 22:41:00 -07:00
committed by Marge Bot
parent 420e33f551
commit bd2cc4b916
2 changed files with 94 additions and 96 deletions

View File

@@ -158,7 +158,6 @@ libintel_compiler = static_library(
)
if with_tests
# The last two tests are not C++ or gtest, pre comment in autotools make
foreach t : ['fs_cmod_propagation', 'fs_copy_propagation',
'fs_saturate_propagation', 'vf_float_conversions',
'vec4_register_coalesce', 'vec4_copy_propagation',