[systemd-devel] [PATCH 1/2] test-verbs: add unit tests for verbs minilib

Filipe Brandenburger filbranden at google.com
Sat Dec 20 15:31:21 PST 2014


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.

Cheers,
Filipe


More information about the systemd-devel mailing list