[systemd-devel] [PATCH 1/2] test-verbs: add unit tests for verbs minilib
Dave Reisner
d at falconindy.com
Thu Jan 8 13:00:34 PST 2015
On Thu, Jan 08, 2015 at 09:40:07PM +0100, Zbigniew Jędrzejewski-Szmek wrote:
> On Sat, Dec 20, 2014 at 03:31:21PM -0800, Filipe Brandenburger wrote:
> > Hi,
> >
> > On Sat, Dec 20, 2014 at 8:19 AM, Dave Reisner <dreisner at archlinux.org> wrote:
> > > ---
> > > Makefile.am | 9 +++++-
> > > src/test/test-verbs.c | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++
> > > 2 files changed, 86 insertions(+), 1 deletion(-)
> > > create mode 100644 src/test/test-verbs.c
> > >
> > > diff --git a/Makefile.am b/Makefile.am
> > > index baa1398..db7dd46 100644
> > > --- a/Makefile.am
> > > +++ b/Makefile.am
> > > @@ -1384,7 +1384,8 @@ tests += \
> > > test-locale-util \
> > > test-execute \
> > > test-copy \
> > > - test-cap-list
> > > + test-cap-list \
> > > + test-verbs
> >
> > Make sure you also add /test-verbs to the top level .gitignore.
> Please push this anyway, even if the other part does not go in.
>
> Zbyszek
Pushed.
More information about the systemd-devel
mailing list