intel/compiler: Build all tests in a single binary
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Tue, 12 Oct 2021 06:27:53 +0000 (23:27 -0700)
committerCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Fri, 15 Oct 2021 17:06:51 +0000 (10:06 -0700)
commit29177c7ceee351ea9cfa4a0c3f81ae2c70c83d9c
treef3d3f3594cfdad7d1aec446cd92def410b35ed13
parent35b69907061324c8432664b24ea8319c31e65564
intel/compiler: Build all tests in a single binary

With gtest is possible to filter execution and run only a specific
test suite or individual test, so there's no particular reason here to
generate multiple binaries for the tests of a single module.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Acked-by: Matt Turner <mattst88@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13303>
src/intel/compiler/meson.build