On Fri, Jan 13, 2023 at 10:51:55PM +0100, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > Certain parts of the README file still refer to concepts removed from > libgpiod v2. Update whatever needs updating. ... > The minimum kernel version required to run the tests can be checked in the > tests/gpiod-test.c source file (it's subject to change if new features are > -added to the kernel). The tests work together with the gpio-mockup kernel > -module which must be enabled. NOTE: the module must not be built-in. A helper > -library - libgpiomockup - is included to enable straightforward interaction > -with the module. > +added to the kernel). The tests work together with the gpio-sim kernel which Mistakenly removed word 'module' ? > +must either be built-in or available for loading using kmod. A helper > +library - libgpiosim - is included to enable straightforward interaction with > +the module. ... > -Both C++ and Python bindings also include their own test-suites. Both reuse the > -libgpiomockup library to avoid code duplication when interacting with > -gpio-mockup. > +C++, Rust and Python bindings also include their own test-suites. Both reuse the "Both" out of three? > +libgpiosim library to avoid code duplication when interacting with gpio-sim. -- With Best Regards, Andy Shevchenko