summaryrefslogtreecommitdiff
path: root/src/test/test-pretty-print.c
Commit message (Collapse)AuthorAgeFilesLines
* tree-wide: streamline wiki linksBenjamin Franzke2022-05-211-1/+1
| | | | | | | | * Avoid traling slash as most links are defined without. * Always use https:// protocol and www. subdomain Allows for easier tree-wide linkvalidation for our migration to systemd.io.
* test: Use TEST macroJan Janssen2021-11-251-12/+6
| | | | | | | | | This converts to TEST macro where it is trivial. Some additional notable changes: - simplify HAVE_LIBIDN #ifdef in test-dns-domain.c - use saved_argc/saved_argv in test-copy.c, test-path-util.c, test-tmpfiles.c and test-unit-file.c
* test-pretty-print: spelling nitpickZbigniew Jędrzejewski-Szmek2021-11-241-1/+1
| | | | | The antonym of "nay" is usually spelled as "yea" (and pronouced as yā, so it rhymes with "nay"), see e.g. https://www.cop.senate.gov/general/Features/votes.htm
* pretty-print: add helper for quickly outputting red/green cross/check marksLennart Poettering2021-11-231-0/+14
| | | | Compound constructors FTW!
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
|
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+3
| | | | | This means we need to include many more headers in various files that simply included util.h before, but it seems cleaner to do it this way.
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+40
This is high-level functionality, and fits better in shared/ (which is for our executables), than in basic/ (which is also for libraries).