summaryrefslogtreecommitdiff
path: root/src/shared/tests.c
Commit message (Expand)AuthorAgeFilesLines
* tests: we don't actually use basename() anymoreLennart Poettering2022-12-231-6/+0
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* tests: modernize load_testdata_env() a bitLennart Poettering2022-04-011-6/+9
* tests: add helper for creating tempfiles with contentZbigniew Jędrzejewski-Szmek2022-03-291-0/+19
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-231-6/+5
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* dbus-wait-for-jobs: add extra_args to bus_wait_for_jobs_one()Luca Boccassi2021-12-301-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tests: add helper function to autodetect CI environmentsZbigniew Jędrzejewski-Szmek2020-10-221-0/+40
* systemd-oomd: unit testable helper functionsAnita Zhang2020-10-071-2/+16
* tests: try to allocate a delegated scope unit for our cgroup testsLennart Poettering2020-09-151-0/+85
* namespace-util: introduce helper for combining unshare() + MS_SLAVE remountLennart Poettering2020-07-071-4/+2
* tree-wide: spellcheck using codespellZbigniew Jędrzejewski-Szmek2020-04-161-1/+1
* tests: move unit files to units/ subdirectoryZbigniew Jędrzejewski-Szmek2020-03-191-10/+14
* tests: modify enter_cgroup_subroot() to return the new pathZbigniew Jędrzejewski-Szmek2019-11-111-2/+8
* tests: get rid of test-helper.[ch] completelyZbigniew Jędrzejewski-Szmek2019-11-111-0/+26
* tests: move memlock helper to shared codeZbigniew Jędrzejewski-Szmek2019-11-101-0/+19
* util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-021-1/+1
* tree-wide: rename path_join_many() to path_join()Zbigniew Jędrzejewski-Szmek2018-11-301-1/+1
* tree-wide: replace path_join with path_join_manyZbigniew Jędrzejewski-Szmek2018-11-301-1/+1
* fileio: drop "newline" parameter for env file parsersLennart Poettering2018-11-141-1/+1
* tests: add helper call have_namespaces() to test whether Linux namespaces are...Lennart Poettering2018-10-241-0/+37
* tests: as per CODING_STYLE undefine basename() right after including libgen.hLennart Poettering2018-10-241-1/+6
* tests: alloc-util.h and fs-util.h are our own headersLennart Poettering2018-10-241-2/+1
* tests: add a helper function to skip with errnoZbigniew Jędrzejewski-Szmek2018-09-141-0/+6
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-0/+6
* tests: add helper to unify skipping a test and exitingZbigniew Jędrzejewski-Szmek2018-09-141-0/+7
* tests: centralize check for slow testsZbigniew Jędrzejewski-Szmek2018-09-131-0/+13
* test: use ${builddir}/systemd-runtest.env for $SYSTEMD_CATALOG_DIRFilipe Brandenburger2018-09-121-6/+16
* test: use ${builddir}/systemd-runtest.env to set $SYSTEMD_TEST_DATAFilipe Brandenburger2018-09-121-35/+32
* test: remove support for suffix in get_testdata_dir()Filipe Brandenburger2018-09-121-3/+1
* test: introduce test_is_running_from_builddir()Yu Watanabe2018-09-111-3/+20
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* 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
* tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we canLennart Poettering2017-12-251-2/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* test: drop TEST_DATA_DIR, fold into get_testdata_dir()Martin Pitt2017-02-161-20/+25
* test: show error message if $SYSTEMD_TEST_DATA does not existMartin Pitt2017-02-161-1/+12
* tests: look for tests relative to source dir when running from build dirZbigniew Jędrzejewski-Szmek2017-02-161-5/+12
* Rename $TEST_DIR to $SYSTEMD_TEST_DATA, document itZbigniew Jędrzejewski-Szmek2017-02-161-1/+1
* test: clarify error message if test data directory does not existMartin Pitt2017-02-161-0/+4
* test: make unit tests relocatableMartin Pitt2017-02-131-0/+13
* tests: override XDG_RUNTIME_DIR where we use the user runtime dirLennart Poettering2016-04-121-0/+33