summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* test-ipcrm: fix log messageLukas Nykryn2016-03-101-1/+1
* Merge pull request #2792 from ronnychevalier/rc/tests_movev2Zbigniew Jędrzejewski-Szmek2016-03-0921-1441/+1796
|\
| * test-util: remove now unused includesRonny Chevalier2016-03-031-12/+0
| * tests: move xattr-util related tests to test-xattr-util.cRonny Chevalier2016-03-032-34/+69
| * tests: move glob-util related tests to test-glob-util.cRonny Chevalier2016-03-032-20/+50
| * tests: move io-util related tests to test-io-utilRonny Chevalier2016-03-032-38/+69
| * tests: move proc-cmdline related tests to test-proc-cmdline.cRonny Chevalier2016-03-032-20/+52
| * tests: move fstab-util related tests to test-fstab-util.cRonny Chevalier2016-03-032-36/+37
| * tests: move fs-util related tests to test-fs-util.cRonny Chevalier2016-03-032-55/+91
| * tests: move conf-parser related tests to test-conf-parser.cRonny Chevalier2016-03-032-10/+9
| * tests: move fd-util related tests to test-fd-util.cRonny Chevalier2016-03-032-72/+103
| * tests: move user-util related tests to test-user-util.cRonny Chevalier2016-03-032-27/+27
| * tests: move path-util related tests to test-path-util.cRonny Chevalier2016-03-032-46/+46
| * tests: move fileio related tests to test-fileio.cRonny Chevalier2016-03-032-133/+133
| * tests: move stat-util related tests to test-stat-util.cRonny Chevalier2016-03-032-37/+68
| * tests: move signal-util related tests to test-signal-util.cRonny Chevalier2016-03-032-14/+18
| * tests: move cpu-set-util related tests to test-cpu-set-util.cRonny Chevalier2016-03-032-117/+143
| * tests: move web-util related tests to test-web-util.cRonny Chevalier2016-03-032-14/+39
| * tests: move alloc related tests to test-alloc-util.cRonny Chevalier2016-03-032-28/+55
| * tests: move escape related tests to test-escape.cRonny Chevalier2016-03-032-88/+114
| * tests: move strv related tests to test-strv.cRonny Chevalier2016-03-032-20/+21
| * tests: move string related tests to test-string-util.cRonny Chevalier2016-03-032-260/+265
| * tests: move hexdecoct tests to test-hexdecoct.cRonny Chevalier2016-03-032-360/+387
* | test-selinux: use yes_no() and strnull()Zbigniew Jędrzejewski-Szmek2016-03-041-7/+12
* | test-libudev: disable monitor mode by default and add to automatic testsZbigniew Jędrzejewski-Szmek2016-03-041-1/+8
* | test-libudev: modernizationZbigniew Jędrzejewski-Szmek2016-03-041-157/+101
* | Enable test-ipcrm, test-hostname in unsafe testsZbigniew Jędrzejewski-Szmek2016-03-041-3/+8
* | Enable test-daemon, test-log, test-watchdog by defaultZbigniew Jędrzejewski-Szmek2016-03-041-5/+5
* | shared/acpi-fpdt: use ENODATA for missing data and skip testZbigniew Jędrzejewski-Szmek2016-03-041-1/+1
* | Rename test-boot-timestamp to test-boot-timestamps and enable by defaultZbigniew Jędrzejewski-Szmek2016-03-041-17/+34
* | Move test-loopback to normal testsZbigniew Jędrzejewski-Szmek2016-03-041-2/+2
|/
* test-sizeof: add a helper which prints variable sizes and signednessZbigniew Jędrzejewski-Szmek2016-03-021-0/+53
* test-selinux: add some simple tests which call functions and print the result...Zbigniew Jędrzejewski-Szmek2016-03-021-0/+117
* selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek2016-03-011-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
* Merge pull request #2719 from evverx/add-test-to-makefileMartin Pitt2016-02-241-1/+1
|\
| * tests: fix x86 personality tests to only on x86Lennart Poettering2016-02-231-1/+1
* | tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-233-5/+5
|/
* Merge pull request #2709 from vcaputo/normalize_inc_dec_usageMartin Pitt2016-02-231-1/+1
|\
| * tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-1/+1
* | tests: add personality testsLennart Poettering2016-02-221-0/+26
|/
* calendarspec: fix find_next skipping timesHristo Venev2016-02-221-0/+1
* test-siphash24: add a test for concatenating very short buffersZbigniew Jędrzejewski-Szmek2016-02-201-3/+44
* test-hashmap: fix undefined behaviour on string constantsZbigniew Jędrzejewski-Szmek2016-02-181-6/+9
* tests: add test for https://github.com/systemd/systemd/issues/2637Evgeny Vereshchagin2016-02-171-0/+5
* Merge pull request #2618 from zonque/busproxy-removalLennart Poettering2016-02-151-3/+0
|\