projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecbe311
)
glsl/build: Build glsl_test only on make check
author
Matt Turner
<mattst88@gmail.com>
Mon, 14 Jan 2013 22:21:41 +0000
(14:21 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Mon, 21 Jan 2013 04:06:44 +0000
(20:06 -0800)
Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
src/glsl/Makefile.am
patch
|
blob
|
history
diff --git
a/src/glsl/Makefile.am
b/src/glsl/Makefile.am
index 1d93ac4573516ba69736c86b220bd265b050dfbc..36af90ef1e4ef84af7b0377595e4bd6e74e0661a 100644
(file)
--- a/
src/glsl/Makefile.am
+++ b/
src/glsl/Makefile.am
@@
-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 \