summaryrefslogtreecommitdiff
path: root/src/mapi/shared-glapi/tests/Makefile.am
blob: 98065fc7607de73b92d46f6bf55b943a98065655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if HAVE_SHARED_GLAPI
AM_CFLAGS = $(PTHREAD_CFLAGS)
AM_CPPFLAGS = \
	-I$(top_srcdir)/src/gtest/include \
	-I$(top_srcdir)/src/mapi \
	-I$(top_srcdir)/include

TESTS = shared-glapi-test
check_PROGRAMS = shared-glapi-test

shared_glapi_test_SOURCES =			\
	check_table.cpp

shared_glapi_test_LDADD = \
	$(top_builddir)/src/mapi/shared-glapi/libglapi.la \
	$(top_builddir)/src/gtest/libgtest.la \
	$(PTHREAD_LIBS)
endif