Re: [PATCH v3 1/4] tests: Add tests for yank with the chardev-change case

2021-03-25 Thread Lukas Straub
On Fri, 26 Mar 2021 00:36:45 +0400 Marc-André Lureau wrote: > Hi > > On Tue, Mar 23, 2021 at 9:57 PM Lukas Straub wrote: > > > Add tests for yank with the chardev-change case. > > > > Signed-off-by: Lukas Straub > > --- > > MAINTAINERS| 1 + > > tests/unit/meson.build | 3 +-

Re: [PATCH v3 1/4] tests: Add tests for yank with the chardev-change case

2021-03-25 Thread Marc-André Lureau
Hi On Tue, Mar 23, 2021 at 9:57 PM Lukas Straub wrote: > Add tests for yank with the chardev-change case. > > Signed-off-by: Lukas Straub > --- > MAINTAINERS| 1 + > tests/unit/meson.build | 3 +- > tests/unit/test-yank.c | 201 + > 3 fil

[PATCH v3 1/4] tests: Add tests for yank with the chardev-change case

2021-03-23 Thread Lukas Straub
Add tests for yank with the chardev-change case. Signed-off-by: Lukas Straub --- MAINTAINERS| 1 + tests/unit/meson.build | 3 +- tests/unit/test-yank.c | 201 + 3 files changed, 204 insertions(+), 1 deletion(-) create mode 100644 tests/un