David Heidelberg
|
b289a9e16f
|
util/tests: adjust for new gtest
GTest deprecated the GTEST_ARRAY_SIZE_ macro.
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22814>
|
2023-05-14 11:09:01 +00:00 |
|
Yonggang Luo
|
d9c3601e29
|
util: trim trailing space for files src/util/**/*
Using the following bash script doing that
```
cd src/util
find . -type f -print0 | xargs -0 -n1 sed -i 's/[ \t]*$//'
```
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15093>
|
2022-03-21 17:57:15 +00:00 |
|
Caio Marcelo de Oliveira Filho
|
9a32a7fdfe
|
util: Move test sources to tests/ directory
Acked-by: Matt Turner <mattst88@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13425>
|
2021-10-20 21:40:31 -07:00 |
|