diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-06-04 19:35:26 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-06-04 19:35:26 +0200 |
commit | 5f3a0c3cbf4c85b69a3937b792a37ae8d95d6b8a (patch) | |
tree | ec2af0f58fa60fd66f7e8b06594119b7dc36a02f | |
parent | Don't autodetect bash and env-update at configure time (diff) | |
download | eselect-5f3a0c3cbf4c85b69a3937b792a37ae8d95d6b8a.tar.gz eselect-5f3a0c3cbf4c85b69a3937b792a37ae8d95d6b8a.tar.bz2 eselect-5f3a0c3cbf4c85b69a3937b792a37ae8d95d6b8a.zip |
Add subsection about module testing to developer guide
* doc/developer-guide.txt: Add subsection about module testing.
Thanks to torsi@fi.uba.ar for the suggestion. Bug 907844.
Original-author: Lemon Lime <torsi@fi.uba.ar>
Closes: https://bugs.gentoo.org/907844
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | doc/developer-guide.txt | 8 |
2 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2023-06-04 Ulrich Müller <ulm@gentoo.org> + + * doc/developer-guide.txt: Add subsection about module testing. + Thanks to torsi@fi.uba.ar for the suggestion. Bug 907844. + 2023-05-11 Ulrich Müller <ulm@gentoo.org> * bin/eselect.in: Update shebang to use EPREFIX. Bug 905934. diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt index 694b64d..16393cb 100644 --- a/doc/developer-guide.txt +++ b/doc/developer-guide.txt @@ -164,6 +164,14 @@ All modules contributed to eselect should have a header indicating copyright. This must be an exact copy of the header in the above example (except for the years, of course). +Adding modules for testing +-------------------------- + +eselect modules can be manually added to the system. This is specially +useful when an eselect module is being developed and needs testing. +Copying (or symlinking) the eselect module to ``~/.eselect/modules/`` +will make eselect aware of it. + Standard action names --------------------- |