projects
/
platform
/
core
/
uifw
/
libtbm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
surface: revert the code of return params of getting width/height
[platform/core/uifw/libtbm.git]
/
utests
/
Makefile.am
1
bin_PROGRAMS = tbm-utests
2
3
tbm_utests_SOURCES = \
4
ut_main.cpp \
5
ut_tbm_env.cpp \
6
ut_tbm_bufmgr.cpp \
7
ut_tbm_bo.cpp \
8
ut_tbm_surface.cpp \
9
ut_tbm_surface_internal.cpp \
10
ut_tbm_surface_queue.cpp \
11
ut_tbm_backend.cpp \
12
ut_tbm_log.cpp
13
14
tbm_utests_CXXFLAGS = \
15
@DLOG_CFLAGS@ \
16
${CXXFLAGS} \
17
-I$(top_builddir)/src \
18
-I$(includedir)/gtest
19
20
tbm_utests_LDFLAGS = \
21
@DLOG_LIBS@ \
22
${LDFLAGS} \
23
$(top_builddir)/src/libtbm.la \
24
-lgtest \
25
-pthread
26
27
check:
28
./tbm-utests