summaryrefslogtreecommitdiffstats
path: root/src/test/test-pretty-print.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: add test for draw_cylon()Yu Watanabe2023-11-221-0/+28
|
* shared/pretty-print: drop unused flagZbigniew Jędrzejewski-Szmek2023-10-141-1/+1
| | | | | | | | | 0895e87348e5fc02f50498cad5922eb3eb172323 removed the last (only?) use of CAT_MAIN_FILE_OPTIONAL, except for tests. All callers first check if the main file exists on their own, so this code was effectively dead. I want to repopulate the enum in later commits, so a dummy flag is added to allow the code to compile.
* 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).