mesa/tests: Add tests for the generated dispatch table
[mesa.git] / src / mapi / glapi / tests / Makefile.am
1 AM_CPPFLAGS = \
2 -I$(top_builddir)/src/gtest/include \
3 -I$(top_builddir)/src/mapi \
4 -I$(top_builddir)/include
5
6 TESTS = glapi-test
7 check_PROGRAMS = glapi-test
8
9 glapi_test_SOURCES = \
10 check_table.cpp
11
12 glapi_test_LDADD = \
13 $(top_builddir)/src/mapi/glapi/libglapi.a \
14 $(top_builddir)/src/gtest/libgtest.la \
15 -lpthread