summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-04-25meson: also indent scripts with 8 spacesZbigniew Jędrzejewski-Szmek
2017-04-24meson: test-ns is manual, not just unsafeZbigniew Jędrzejewski-Szmek
2017-04-23meson: use "sh -eu" and make .sh +x, .py -xZbigniew Jędrzejewski-Szmek
2017-04-23meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek
2017-04-23meson: allow optional static linking of shared code in udev helpersZbigniew Jędrzejewski-Szmek
2017-04-23meson: add test-dlopenZbigniew Jędrzejewski-Szmek
2017-04-23test-nss: fix loading of modules under mesonZbigniew Jędrzejewski-Szmek
2017-04-23meson: eliminate libsystemd_journal_internal and use libsystemd_internal lessZbigniew Jędrzejewski-Szmek
2017-04-23meson: specify a timeout of 90 s for tests which take a bit longerZbigniew Jędrzejewski-Szmek
2017-04-23meson: fix compilation with -Dnetworkd=false, -Dkmod=no, -Dlibgcrypt=noZbigniew Jędrzejewski-Szmek
2017-04-23meson: update linking for fixed meson linkingZbigniew Jędrzejewski-Szmek
2017-04-23meson: add test-libudev-symZbigniew Jędrzejewski-Szmek
2017-04-23meson: add test-libsystemd-sym, fix linking of libsystemdZbigniew Jędrzejewski-Szmek
2017-04-23meson: create a static version of libshared and link libcore and some tests t...Zbigniew Jędrzejewski-Szmek
2017-04-23meson: define testsZbigniew Jędrzejewski-Szmek
2017-04-21test-exec-util: drop duplicate constZbigniew Jędrzejewski-Szmek
2017-04-04tree-wide: standardize on $(PACKAGE_VERSION) for the version stringZbigniew Jędrzejewski-Szmek
2017-03-29test-sizeof: add some struct-timespec related fieldsZbigniew Jędrzejewski-Szmek
2017-03-29test-sizeof: do not link with libsystemd-sharedZbigniew Jędrzejewski-Szmek
2017-03-03test: skip instead of fail if crypto kmods are not availableMartin Pitt
2017-02-28Merge pull request #5438 from ssahani/vxlan-addressLennart Poettering
2017-02-24Fix missing space in comments (#5439)AsciiWolf
2017-02-24test: add support for in_addr_is_multicast testsSusant Sahani
2017-02-23Merge pull request #4670 from htejun/systemd-controller-on-unified-v2Lennart Poettering
2017-02-22test-cgroup-util: add a "test" to print out cg_is_*_wanted() valuesZbigniew Jędrzejewski-Szmek
2017-02-21test-env-util: fix typo leading to memleakZbigniew Jędrzejewski-Szmek
2017-02-21Merge pull request #5131 from keszybz/environment-generatorsLennart Poettering
2017-02-20test-env-util: add more tests for "extended syntax"Zbigniew Jędrzejewski-Szmek
2017-02-20basic: support default and alternate values for env expansionRay Strode
2017-02-20Tighten checking for variable validityZbigniew Jędrzejewski-Szmek
2017-02-20Allow braceless variables to be expandedZbigniew Jędrzejewski-Szmek
2017-02-20basic: add new merge_env_file functionRay Strode
2017-02-20basic: fix strv_env_get_n for unclean arraysRay Strode
2017-02-20exec-util: implement a set of callbacks to pass variables aroundZbigniew Jędrzejewski-Szmek
2017-02-20env-util,fileio: immediately replace variables in load_env_file_push()Zbigniew Jędrzejewski-Szmek
2017-02-20basic/exec-util: add support for synchronous (ordered) executionZbigniew Jędrzejewski-Szmek
2017-02-20core/manager: split out creation of serialization fd out to a helperZbigniew Jędrzejewski-Szmek
2017-02-19test: re-drop assumption that /run is a mount point, part 2 (#5386)Martin Pitt
2017-02-17test: re-drop assumption that /run is a mount point (#5377)Martin Pitt
2017-02-17machined: when copying files from/to userns containers chown to rootLennart Poettering
2017-02-17copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering
2017-02-16test: drop TEST_DATA_DIR, fold into get_testdata_dir()Martin Pitt
2017-02-16test: show error message if $SYSTEMD_TEST_DATA does not existMartin Pitt
2017-02-16Rename $TEST_DIR to $SYSTEMD_TEST_DATA, document itZbigniew Jędrzejewski-Szmek
2017-02-16test: setup test data dir before fake runtime dirMartin Pitt
2017-02-16Merge pull request #4526 from keszybz/coredump-pythonLennart Poettering
2017-02-15test-ipcrm: use configured nobody user name (#5350)Zbigniew Jędrzejewski-Szmek
2017-02-15test-journal-importer: add a test case with broken inputZbigniew Jędrzejewski-Szmek
2017-02-15test-journal-importer: new test file to check the newly exported importer codeZbigniew Jędrzejewski-Szmek
2017-02-13test: make unit tests relocatableMartin Pitt