diff options
Diffstat (limited to 'meta/recipes-core/dbus/dbus-glib/test-install-makefile.patch')
-rw-r--r-- | meta/recipes-core/dbus/dbus-glib/test-install-makefile.patch | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/meta/recipes-core/dbus/dbus-glib/test-install-makefile.patch b/meta/recipes-core/dbus/dbus-glib/test-install-makefile.patch index 027c82b27e..0b1b712dd9 100644 --- a/meta/recipes-core/dbus/dbus-glib/test-install-makefile.patch +++ b/meta/recipes-core/dbus/dbus-glib/test-install-makefile.patch | |||
@@ -1,4 +1,8 @@ | |||
1 | Change Makefile.am to install regression tests for test package purpose. | 1 | From 4dbb1a459c281eeb716b4f0ce2fc01e8034c3e20 Mon Sep 17 00:00:00 2001 |
2 | From: Yao Zhao <yao.zhao@windriver.com> | ||
3 | Date: Tue, 17 Jul 2012 16:46:30 -0400 | ||
4 | Subject: [PATCH] Change Makefile.am to install regression tests for test | ||
5 | package purpose. | ||
2 | 6 | ||
3 | Upstream-Status: Inappropriate [test not install is for purpose from upstream] | 7 | Upstream-Status: Inappropriate [test not install is for purpose from upstream] |
4 | 8 | ||
@@ -11,7 +15,7 @@ Signed-off-by: Chong Lu <Chong.Lu@windriver.com> | |||
11 | 3 files changed, 6 insertions(+), 3 deletions(-) | 15 | 3 files changed, 6 insertions(+), 3 deletions(-) |
12 | 16 | ||
13 | diff --git a/test/Makefile.am b/test/Makefile.am | 17 | diff --git a/test/Makefile.am b/test/Makefile.am |
14 | index 379c8c3..6580927 100644 | 18 | index 7393bed..1c25d5d 100644 |
15 | --- a/test/Makefile.am | 19 | --- a/test/Makefile.am |
16 | +++ b/test/Makefile.am | 20 | +++ b/test/Makefile.am |
17 | @@ -48,7 +48,8 @@ TESTS = \ | 21 | @@ -48,7 +48,8 @@ TESTS = \ |
@@ -25,10 +29,10 @@ index 379c8c3..6580927 100644 | |||
25 | $(test_related_programs) \ | 29 | $(test_related_programs) \ |
26 | $(NULL) | 30 | $(NULL) |
27 | diff --git a/test/core/Makefile.am b/test/core/Makefile.am | 31 | diff --git a/test/core/Makefile.am b/test/core/Makefile.am |
28 | index e4bceb4..54b077d 100644 | 32 | index 35defa9..295202f 100644 |
29 | --- a/test/core/Makefile.am | 33 | --- a/test/core/Makefile.am |
30 | +++ b/test/core/Makefile.am | 34 | +++ b/test/core/Makefile.am |
31 | @@ -64,7 +64,8 @@ endif | 35 | @@ -57,7 +57,8 @@ if DBUS_BUILD_TESTS |
32 | 36 | ||
33 | ## we use noinst_PROGRAMS not check_PROGRAMS for TESTS so that we | 37 | ## we use noinst_PROGRAMS not check_PROGRAMS for TESTS so that we |
34 | ## build even when not doing "make check" | 38 | ## build even when not doing "make check" |
@@ -39,7 +43,7 @@ index e4bceb4..54b077d 100644 | |||
39 | test-error-mapping \ | 43 | test-error-mapping \ |
40 | test-service-glib \ | 44 | test-service-glib \ |
41 | diff --git a/test/interfaces/Makefile.am b/test/interfaces/Makefile.am | 45 | diff --git a/test/interfaces/Makefile.am b/test/interfaces/Makefile.am |
42 | index a94d08d..707dcac 100644 | 46 | index f3f62e4..f034b95 100644 |
43 | --- a/test/interfaces/Makefile.am | 47 | --- a/test/interfaces/Makefile.am |
44 | +++ b/test/interfaces/Makefile.am | 48 | +++ b/test/interfaces/Makefile.am |
45 | @@ -57,7 +57,8 @@ if DBUS_BUILD_TESTS | 49 | @@ -57,7 +57,8 @@ if DBUS_BUILD_TESTS |
@@ -52,6 +56,3 @@ index a94d08d..707dcac 100644 | |||
52 | 56 | ||
53 | test_service_SOURCES = \ | 57 | test_service_SOURCES = \ |
54 | test-interfaces.c \ | 58 | test-interfaces.c \ |
55 | -- | ||
56 | 1.9.1 | ||
57 | |||