From 86cc8ff243f55d60c9f60b122289a29e010e87a0 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Thu, 2 May 2019 16:53:45 +0200 Subject: [PATCH] maintainers: fix added or removed files 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 --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index aca441aa99..31706c04ef 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1229,6 +1229,7 @@ F: app/test/test_kvargs.c RCU - EXPERIMENTAL M: Honnappa Nagarahalli 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