]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
test-extract-word: Move extract-word tests into their own test case
authorFilipe Brandenburger <filbranden@google.com>
Wed, 28 Oct 2015 14:57:11 +0000 (07:57 -0700)
committerFilipe Brandenburger <filbranden@google.com>
Wed, 28 Oct 2015 15:16:00 +0000 (08:16 -0700)
commit23a3c916179873d755b863d14b14c6e7f4d0f2de
treecb4cc84c748aeb74929a53d0dd65f4c81d9eaebf
parentd8c3019b02051bb3252bb9054cde340124bf274f
test-extract-word: Move extract-word tests into their own test case

Tests for the functions defined in src/basic/extract-word.c.

Tested that `make check` still passes as expected.
.gitignore
Makefile.am
src/test/test-extract-word.c [new file with mode: 0644]
src/test/test-util.c