2e8e178bb7e7e25482021da6bca56b49c05acfef
[scm/bb/meta-tizen.git] / meta-tizen-adaptation / recipes-core / dbus / dbus-glib-0.100.2 / test-install-makefile.patch
1 Change Makefile.am to install regression tests for test package purpose.
2
3 Upstream-Status: Inappropriate [test not install is for purpose from upstream]
4
5 Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
6
7 diff --git a/test/Makefile.am b/test/Makefile.am
8 index 7ba11a8..249f0e7 100644
9 --- a/test/Makefile.am
10 +++ b/test/Makefile.am
11 @@ -13,7 +13,8 @@ else
12  TEST_BINARIES=
13  endif
14  
15 -noinst_PROGRAMS= $(TEST_BINARIES)
16 +testdir = $(datadir)/@PACKAGE@/tests
17 +test_PROGRAMS= $(TEST_BINARIES)
18  
19  test_service_SOURCES=                          \
20         test-service.c
21 diff --git a/test/interfaces/Makefile.am b/test/interfaces/Makefile.am
22 index 3cb2c39..e6de67d 100644
23 --- a/test/interfaces/Makefile.am
24 +++ b/test/interfaces/Makefile.am
25 @@ -39,7 +39,8 @@ if DBUS_BUILD_TESTS
26  
27  ## we use noinst_PROGRAMS not check_PROGRAMS for TESTS so that we
28  ## build even when not doing "make check"
29 -noinst_PROGRAMS = test-service test-client
30 +testdir = $(datadir)/@PACKAGE@/tests/interfaces
31 +test_PROGRAMS = test-service test-client
32  
33  test_service_SOURCES = \
34         test-interfaces.c \
35 diff --git a/test/core/Makefile.am b/test/core/Makefile.am
36 index ef6cb26..9786c3a 100644
37 --- a/test/core/Makefile.am
38 +++ b/test/core/Makefile.am
39 @@ -46,7 +46,8 @@ endif
40  
41  ## we use noinst_PROGRAMS not check_PROGRAMS for TESTS so that we
42  ## build even when not doing "make check"
43 -noinst_PROGRAMS = \
44 +testdir = $(datadir)/@PACKAGE@/tests/core
45 +test_PROGRAMS = \
46         test-dbus-glib \
47         test-service-glib \
48         $(THREAD_APPS) \