maintainers: fix added or removed files

Message ID 20190502150121.4299-1-thomas@monjalon.net (mailing list archive)
State Accepted, archived
Headers
Series maintainers: fix added or removed files |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail apply issues

Commit Message

Thomas Monjalon May 2, 2019, 3:01 p.m. UTC
  Reference to test/Makefile was forgotten when removing this file.
Reference to app/test/test_rcu* was forgotten when adding the files.

Fixes: a9de470cc7c0 ("test: move to app directory")
Fixes: b87089b0bb19 ("test/rcu: add API and functional tests")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Thomas Monjalon May 2, 2019, 3:50 p.m. UTC | #1
02/05/2019 17:01, Thomas Monjalon:
> Reference to test/Makefile was forgotten when removing this file.
> Reference to app/test/test_rcu* was forgotten when adding the files.
> 
> Fixes: a9de470cc7c0 ("test: move to app directory")
> Fixes: b87089b0bb19 ("test/rcu: add API and functional tests")
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

Applied
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index aca441aa9..31706c04e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1229,6 +1229,7 @@  F: app/test/test_kvargs.c
 RCU - EXPERIMENTAL
 M: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
 F: lib/librte_rcu/
+F: app/test/test_rcu*
 F: doc/guides/prog_guide/rcu_lib.rst
 
 PCI
@@ -1291,7 +1292,6 @@  Test Applications
 -----------------
 
 Unit tests framework
-F: test/Makefile
 F: app/test/Makefile
 F: app/test/autotest*
 F: app/test/commands.c