mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 12:50:10 +01:00
tests: Fix make check for out of tree builds.
Cc: "10.0" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Rico Schüller <kgbricola@web.de>
(cherry picked from commit 23afe71f44)
This commit is contained in:
parent
0e3f5999b9
commit
f9a74a0b4c
2 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ AM_CFLAGS = $(PTHREAD_CFLAGS)
|
|||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src/gtest/include \
|
||||
-I$(top_srcdir)/src/mapi \
|
||||
-I$(top_builddir)/src/mapi \
|
||||
-I$(top_srcdir)/include
|
||||
|
||||
TESTS = shared-glapi-test
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ AM_CPPFLAGS = \
|
|||
-I$(top_srcdir)/src/gtest/include \
|
||||
-I$(top_srcdir)/src/mapi \
|
||||
-I$(top_srcdir)/src/mesa \
|
||||
-I$(top_builddir)/src/mesa \
|
||||
-I$(top_srcdir)/include \
|
||||
$(DEFINES) $(INCLUDE_DIRS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue