gallium: Enable unit tests as actual meson unit tests.
authorEric Anholt <eric@anholt.net>
Thu, 24 Jan 2019 17:36:56 +0000 (09:36 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 25 Jan 2019 21:06:45 +0000 (13:06 -0800)
commit54abd2e0844edf005510cb50b001cde8cf0366b7
treee323e94624bc662373e2c966a9aecbec4b4ec5bd
parent3b6aaab7e9f211197b79368dabcec0fb1c92b24c
gallium: Enable unit tests as actual meson unit tests.

These tests don't need swrast, so we can always enable them when
build_tests is set.  Most of them run to successful completion quickly
(.9s on my SKL).

Reviewed-by: <Roland Scheidegger sroland@vmware.com>
src/gallium/tests/meson.build
src/gallium/tests/unit/meson.build