summaryrefslogtreecommitdiff
path: root/src/test/test-clock.c
Commit message (Expand)AuthorAgeFilesLines
* test: Use TEST macroJan Janssen2021-11-251-8/+4
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Fix clang-11 issuesChristian Göttsche2020-07-261-1/+1
* tests: various small fixes for strict systemsTopi Miettinen2020-04-261-3/+3
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* test: _cleanup_(unlink_tempfilep) in two more placesZbigniew Jędrzejewski-Szmek2018-10-261-3/+1
* Introduce fmkostemp_safe and use it in testsZbigniew Jędrzejewski-Szmek2018-10-261-6/+3
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
* fileio: make write_string_stream() accept flags parameterLennart Poettering2017-09-221-1/+1
* fileio: simplify mkostemp_safe() (#4090)Topi Miettinen2016-09-131-1/+1
* test-clock: fix FILE* leakMartin Pitt2016-02-291-2/+2
* test-clock: fix assertionsMartin Pitt2016-02-291-4/+4
* test-clock: fix fd "leak"Zbigniew Jędrzejewski-Szmek2016-02-291-4/+5
* clock-util: be more tolerant in parsing /etc/adjtimeMartin Pitt2016-02-261-7/+9
* clock-util: make clock_is_localtime() testable and add initial testsMartin Pitt2016-02-261-0/+93