0013_iconic_state: Added new testcase for test iconic state
[platform/core/uifw/e-tizen-testcase.git] / src / Makefile.am
1 bin_PROGRAMS = e_tizen_unittests
2
3 e_tizen_unittests_CPPFLAGS = \
4 -I. \
5 -I$(includedir)/gtest \
6 @E_TEST_RUNNER_CFLAGS@
7
8 e_tizen_unittests_LDADD = \
9 -lgtest \
10 @E_TEST_RUNNER_LIBS@
11
12 tc_sources = \
13 testcase/0001_easy.cpp \
14 testcase/0002_base_operation.cpp \
15 testcase/0003_base_operation_multi_wins.cpp \
16 testcase/0004_transient_for.cpp \
17 testcase/0005_notification.cpp \
18 testcase/0006_tzsh.cpp \
19 testcase/0007_rotation.cpp \
20 testcase/0008_focus.cpp \
21 testcase/0009_input.cpp \
22 testcase/0010_splash.cpp \
23 testcase/0011_effect.cpp \
24 testcase/0012_aux_hint.cpp \
25 testcase/0013_iconic_state.cpp
26
27 e_tizen_unittests_SOURCES = \
28 e_test_main.cpp \
29 e_test_event.h \
30 e_test_event.cpp \
31 e_test_base.h \
32 e_test_base.cpp \
33 e_test_win.h \
34 e_test_win.cpp \
35 e_test_util.h \
36 ${tc_sources}
37
38 MAINTAINERCLEANFILES = \
39 Makefile.in