b0d1db5c2d6684d3e6b440c703c1cb2d960a0150
[profile/ivi/mesa.git] / src / glx / tests / Makefile.am
1 AM_CPPFLAGS = \
2         -I$(top_builddir)/src/gtest/include \
3         -I$(top_builddir)/src/mapi \
4         -I$(top_builddir)/src/glx \
5         -I$(top_builddir)/include \
6         $(X11_CFLAGS)
7
8 if HAVE_XCB_GLX_CREATE_CONTEXT
9 TESTS = glx-test
10 check_PROGRAMS = glx-test
11
12 glx_test_SOURCES =                      \
13         clientinfo_unittest.cpp         \
14         create_context_unittest.cpp     \
15         enum_sizes.cpp                  \
16         fake_glx_screen.cpp             \
17         indirect_api.cpp
18
19 glx_test_LDADD = \
20         $(top_builddir)/src/glx/libglx.la \
21         $(top_builddir)/src/gtest/libgtest.la \
22         -lpthread
23
24 endif