diff options
-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 --------------------- |