diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-02-06 21:15:23 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-02-06 21:15:23 +0100 |
commit | 539ad707db5361e7fbe0076615a92456fd34f7df (patch) | |
tree | 946af36e3031a8bc5b1dc4e31ceae224658c7332 /.gitignore | |
parent | 4f19b1df41b9a1971989ffd858d0a2f6977b01c8 (diff) |
test: add a few tests and tidy up
adds test of:
strv_find
strv_find_prefix
strv_overlap
strv_sort
streq_ptr
first_word
Splits tests of util.c into own file to avoid clutter as we add more.
Removed a few prints and uses _cleanup_free_ to make the tests more focused.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 03ed5543b1..6c2944bfa1 100644 --- a/.gitignore +++ b/.gitignore @@ -112,6 +112,7 @@ /test-udev /test-unit-file /test-unit-name +/test-util /test-watchdog /timedatectl /udevadm |