From 2e8c6713e6155e75f4f3e223328ab470b0991507 Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Fri, 28 Jun 2002 21:13:06 +0000 Subject: [PATCH] Add a module for src/tools/regression (`regression'). Add a MAINTAINERS line for the regression module, specifically referring to src/tools/regression/usr.bin, right now, but applicable to other things, to make clear that I am willing to help write new tests. The framework is all modularised now, so it is easy to write new tests, etc., and since I'd like to see tests for more and more things as bugs get fixed, it seems to be the right thing to do to stand up and offer to help people write tests. --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 13510be41e0d..258290070fdc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -70,3 +70,4 @@ xten imp Looking after it, don't remove, don't break it. drm anholt Just keep me informed of changes, try not to break it. xargs jmallett Willing to handle problems. appreciate heads-up but just try not to break it. +regression jmallett Will help write new tests, etc.