ae5d03360faffa7a1ab1d2fdd32b821083b26935
[platform/core/uifw/libtbm.git] / haltests / Makefile.am
1 bin_PROGRAMS = tbm-haltests
2
3 tbm_haltests_SOURCES = \
4         tc_main.cpp \
5         tc_tbm_env.cpp \
6         tc_tbm_bufmgr.cpp \
7         tc_tbm_bo.cpp \
8         tc_tbm_surface.cpp \
9         tc_tbm_surface_internal.cpp \
10         tc_tbm_surface_queue.cpp \
11         tc_tbm_backend.cpp \
12         tc_tbm_log.cpp
13
14 tbm_haltests_CXXFLAGS = \
15         @DLOG_CFLAGS@ \
16         ${CXXFLAGS} \
17         -I$(top_builddir)/include \
18         -I$(top_builddir)/src \
19         -I$(includedir)/gtest
20
21 tbm_haltests_LDFLAGS = \
22         @DLOG_LIBS@ \
23         ${LDFLAGS} \
24         $(top_builddir)/src/libtbm.la \
25         -lgtest \
26         -pthread
27
28 check:
29         ./tbm-haltests