mirror of
https://git.yoctoproject.org/poky
synced 2026-06-09 22:53:48 +02:00
License-Update: add EUPL-1.2. See74f3265b9a0001-tests-ts-kill-decode-avoid-using-shell-built-in-kill.patch is a backported patch to fix kill/decode test case. 0001-lsfd-mkfds-foreign-sockets-skip-when-lacking-sock_di.patch is used to fix testcase failure of lsfd/mkfds-foreign-sockets. The su tests (su/environ for now) are removed when 'pam' is not in PACKAGECONFIG. This is because su is not enabled in such case. lsfd/option-inet is removed out of the excluded list because upstream has fixed the issue:eaa3870880(From OE-Core rev: ed76e5fbec0f1926c14aedbb03ca1421c3920355) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
579 B
Diff
24 lines
579 B
Diff
From 18bf6aded9b2a75185ae4b23a41cd2e4322c5e31 Mon Sep 17 00:00:00 2001
|
|
From: Tudor Florea <tudor.florea@enea.com>
|
|
Date: Thu, 3 Dec 2015 04:08:00 +0100
|
|
Subject: [PATCH] Define TESTS variable
|
|
|
|
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
|
|
Upstream-Status: Pending
|
|
---
|
|
Makefile.am | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index 01e9970..c3313ff 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -66,6 +66,7 @@ sysusers_DATA =
|
|
dist_bashcompletion_DATA =
|
|
check_PROGRAMS =
|
|
dist_check_SCRIPTS =
|
|
+TESTS = $(check_PROGRAMS)
|
|
|
|
BUILT_SOURCES =
|
|
|