mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
glsl/build: Build glsl_test only on make check
Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
This commit is contained in:
parent
ecbe3118c2
commit
3f276b37b1
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ AM_LFLAGS = --nounistd -o$(LEX_OUTPUT_ROOT).c
|
|||
include Makefile.sources
|
||||
|
||||
noinst_LTLIBRARIES = libglsl.la
|
||||
noinst_PROGRAMS = glsl_compiler glsl_test
|
||||
check_PROGRAMS = glsl_test
|
||||
noinst_PROGRAMS = glsl_compiler
|
||||
|
||||
libglsl_la_SOURCES = \
|
||||
glsl_lexer.ll \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue