glsl/build: Build glsl_test only on make check

Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
This commit is contained in:
Matt Turner 2013-01-14 14:21:41 -08:00
parent ecbe3118c2
commit 3f276b37b1
1 changed files with 2 additions and 1 deletions

View File

@ -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 \