]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
test-parse-util: Move parse-util tests into their own test case 1705/head
authorFilipe Brandenburger <filbranden@google.com>
Wed, 28 Oct 2015 15:14:50 +0000 (08:14 -0700)
committerFilipe Brandenburger <filbranden@google.com>
Wed, 28 Oct 2015 15:17:10 +0000 (08:17 -0700)
commitbb269eed0e447a2f973677246959b403d480ed63
treec694248269cb62b2c27269ac8beb1068b2fcb497
parent23a3c916179873d755b863d14b14c6e7f4d0f2de
test-parse-util: Move parse-util tests into their own test case

Tests for the functions defined in src/basic/parse-util.c. Reorder them
to match the order in which the functions are defined in the source
file. Adjusted the list of include files to remove the ones no longer
needed in test-util.c.

Tested that `make check` still passes as expected. Also checked the
number of lines removed from test-util.c matches the expected, as an
additional verification that no tests were dropped or duplicated in the
move.
.gitignore
Makefile.am
src/test/test-parse-util.c [new file with mode: 0644]
src/test/test-util.c