mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 05:00:09 +01:00
tests/glx: Point at the imported copy of gtest
This is just in case there's one installed on the system. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Chad Versace <chad.versace@linux.intel.com> Acked-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
94726d263e
commit
0d2bc18e4d
1 changed files with 7 additions and 4 deletions
|
|
@ -1,7 +1,10 @@
|
|||
AM_CFLAGS = -I$(top_builddir)/src/glx -I$(top_builddir)/src/mapi \
|
||||
$(X11_CFLAGS) $(GTEST_CFLAGS)
|
||||
AM_CXXFLAGS = -I$(top_builddir)/src/glx -I$(top_builddir)/src/mapi \
|
||||
$(X11_CFLAGS) $(GTEST_CFLAGS)
|
||||
INC = \
|
||||
-I$(top_builddir)/src/gtest/include \
|
||||
-I$(top_builddir)/src/mapi \
|
||||
-I$(top_builddir)/src/glx
|
||||
|
||||
AM_CFLAGS = $(INC) $(X11_CFLAGS)
|
||||
AM_CXXFLAGS = $(INC) $(X11_CFLAGS)
|
||||
|
||||
if HAVE_XCB_GLX_CREATE_CONTEXT
|
||||
TESTS = glx_unittest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue