summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch')
-rw-r--r--meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch15
1 files changed, 8 insertions, 7 deletions
diff --git a/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch b/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch
index 78ffb22f89..68b3e2491f 100644
--- a/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch
+++ b/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch
@@ -1,6 +1,9 @@
1rename test target as run-test 1From a5e1fa272f294e739d6caaf629968478796ca53a Mon Sep 17 00:00:00 2001
2From: Roy Li <rongqing.li@windriver.com>
3Date: Mon, 19 Oct 2020 14:42:11 -0700
4Subject: [PATCH] rename test target as run-test
2 5
3Upstream-Statue: Pending 6Upstream-Status: Pending
4 7
5test target not only compile the test files, but also run them, which is 8test target not only compile the test files, but also run them, which is
6not suitable for cross-compile environment, so rename it as run-test. 9not suitable for cross-compile environment, so rename it as run-test.
@@ -8,15 +11,16 @@ not suitable for cross-compile environment, so rename it as run-test.
8and define test target to compile the test files. 11and define test target to compile the test files.
9 12
10Signed-off-by: Roy Li <rongqing.li@windriver.com> 13Signed-off-by: Roy Li <rongqing.li@windriver.com>
14
11--- 15---
12 Makefile.am | 4 +++- 16 Makefile.am | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-) 17 1 file changed, 3 insertions(+), 1 deletion(-)
14 18
15diff --git a/Makefile.am b/Makefile.am 19diff --git a/Makefile.am b/Makefile.am
16index b6db339..de176c4 100644 20index da01d27..c738b93 100644
17--- a/Makefile.am 21--- a/Makefile.am
18+++ b/Makefile.am 22+++ b/Makefile.am
19@@ -124,7 +124,9 @@ regress2: $(check_PROGRAMS) 23@@ -126,7 +126,9 @@ regress2: $(check_PROGRAMS)
20 test_numademo: numademo 24 test_numademo: numademo
21 ./numademo -t -e 10M 25 ./numademo -t -e 10M
22 26
@@ -27,6 +31,3 @@ index b6db339..de176c4 100644
27 31
28 TESTS_ENVIRONMENT = builddir='$(builddir)'; export builddir; 32 TESTS_ENVIRONMENT = builddir='$(builddir)'; export builddir;
29 33
30--
311.9.1
32