use gmock intead of gtest
[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         @LIBTBM_CFLAGS@ \
18         @LIBTBM_TEST_CFLAGS@ \
19         -I$(top_builddir)/include \
20         -I$(top_builddir)/src
21
22 tbm_haltests_LDFLAGS = \
23         @DLOG_LIBS@ \
24         @LIBTBM_LIBS@ \
25         @LIBTBM_TEST_LIBS@ \
26         ${LDFLAGS} \
27         $(top_builddir)/src/libtbm.la \
28         -pthread
29
30 check:
31         ./tbm-haltests