mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 06:00:10 +01:00
glsl: Fix optimization tests after converting src/glsl to automake.
Commit 99476561 (automake: src/glsl and src/glsl/glcpp) changed the
build system so that src/glsl/glsl_test is not built by default. This
inadvertently broke "make check", since the tests in
src/glsl/tests/lower_jumps (which are run by "make check") rely on
glsl_test.
This patch ensures that "make check" builds glsl_test before running
any tests.
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
f53e7e981e
commit
ffe376d5a7
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -22,6 +22,7 @@ doxygen:
|
|||
cd doxygen && $(MAKE)
|
||||
|
||||
check:
|
||||
cd src/glsl && $(MAKE) check
|
||||
cd src/glsl/tests/ && ./optimization-test
|
||||
make -C tests check
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue