]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/test/test-execute.c
tests: move unit files to units/ subdirectory
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 6 Dec 2019 20:51:59 +0000 (21:51 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 19 Mar 2020 15:23:27 +0000 (16:23 +0100)
commit7b4329534688612dce829afb5088298e734f5086
tree8fd27ebeb7ded7a6f5a4b679f2e7db817a3448ff
parentcc46b9d91399aed39eb64fa07283e40eb8262078
tests: move unit files to units/ subdirectory

We have a bazillion of those unit files, and keeping them all directly in tests/
has become rather unwieldy.
73 files changed:
src/resolve/test-dns-packet.c
src/shared/tests.c
src/shared/tests.h
src/test/test-bpf-firewall.c
src/test/test-cgroup-mask.c
src/test/test-cgroup-unit-default.c
src/test/test-engine.c
src/test/test-execute.c
src/test/test-journal-importer.c
src/test/test-path.c
src/test/test-sched-prio.c
src/test/test-umount.c
src/test/test-watch-pid.c
test/basic.target [deleted symlink]
test/meson.build
test/shutdown.target [deleted symlink]
test/sockets.target [deleted symlink]
test/sysinit.target [deleted symlink]
test/timers.target [deleted symlink]
test/units/a-conj.service [moved from test/a-conj.service with 100% similarity]
test/units/a.service [moved from test/a.service with 100% similarity]
test/units/b.service [moved from test/b.service with 100% similarity]
test/units/basic.target [new symlink]
test/units/c.service [moved from test/c.service with 100% similarity]
test/units/d.service [moved from test/d.service with 100% similarity]
test/units/daughter.service [moved from test/daughter.service with 100% similarity]
test/units/dml-discard-empty.service [moved from test/dml-discard-empty.service with 100% similarity]
test/units/dml-discard-set-ml.service [moved from test/dml-discard-set-ml.service with 100% similarity]
test/units/dml-discard.slice [moved from test/dml-discard.slice with 100% similarity]
test/units/dml-override-empty.service [moved from test/dml-override-empty.service with 100% similarity]
test/units/dml-override.slice [moved from test/dml-override.slice with 100% similarity]
test/units/dml-passthrough-empty.service [moved from test/dml-passthrough-empty.service with 100% similarity]
test/units/dml-passthrough-set-dml.service [moved from test/dml-passthrough-set-dml.service with 100% similarity]
test/units/dml-passthrough-set-ml.service [moved from test/dml-passthrough-set-ml.service with 100% similarity]
test/units/dml-passthrough.slice [moved from test/dml-passthrough.slice with 100% similarity]
test/units/dml.slice [moved from test/dml.slice with 100% similarity]
test/units/e.service [moved from test/e.service with 100% similarity]
test/units/end.service [moved from test/end.service with 100% similarity]
test/units/f.service [moved from test/f.service with 100% similarity]
test/units/g.service [moved from test/g.service with 100% similarity]
test/units/grandchild.service [moved from test/grandchild.service with 100% similarity]
test/units/h.service [moved from test/h.service with 100% similarity]
test/units/hello-after-sleep.target [moved from test/hello-after-sleep.target with 100% similarity]
test/units/hello.service [moved from test/hello.service with 100% similarity]
test/units/i.service [moved from test/i.service with 100% similarity]
test/units/loopy.service [moved from test/loopy.service with 100% similarity]
test/units/loopy.service.d/compat.conf [moved from test/loopy.service.d/compat.conf with 100% similarity]
test/units/loopy2.service [moved from test/loopy2.service with 100% similarity]
test/units/loopy3.service [moved from test/loopy3.service with 100% similarity]
test/units/loopy4.service [moved from test/loopy4.service with 100% similarity]
test/units/nomem.slice [moved from test/nomem.slice with 100% similarity]
test/units/nomemleaf.service [moved from test/nomemleaf.service with 100% similarity]
test/units/parent-deep.slice [moved from test/parent-deep.slice with 100% similarity]
test/units/parent.slice [moved from test/parent.slice with 100% similarity]
test/units/sched_idle_bad.service [moved from test/sched_idle_bad.service with 100% similarity]
test/units/sched_idle_ok.service [moved from test/sched_idle_ok.service with 100% similarity]
test/units/sched_rr_bad.service [moved from test/sched_rr_bad.service with 100% similarity]
test/units/sched_rr_change.service [moved from test/sched_rr_change.service with 100% similarity]
test/units/sched_rr_ok.service [moved from test/sched_rr_ok.service with 100% similarity]
test/units/shutdown.target [new symlink]
test/units/sleep.service [moved from test/sleep.service with 100% similarity]
test/units/sockets.target [new symlink]
test/units/son.service [moved from test/son.service with 100% similarity]
test/units/sysinit.target [new symlink]
test/units/testsuite.target [moved from test/testsuite.target with 100% similarity]
test/units/timers.target [new symlink]
test/units/unit-.service.d/10-override.conf [moved from test/unit-.service.d/10-override.conf with 100% similarity]
test/units/unit-with-.service.d/20-override.conf [moved from test/unit-with-.service.d/20-override.conf with 100% similarity]
test/units/unit-with-multiple-.service.d/20-override.conf [moved from test/unit-with-multiple-.service.d/20-override.conf with 100% similarity]
test/units/unit-with-multiple-.service.d/30-override.conf [moved from test/unit-with-multiple-.service.d/30-override.conf with 100% similarity]
test/units/unit-with-multiple-dashes.service [moved from test/unit-with-multiple-dashes.service with 100% similarity]
test/units/unit-with-multiple-dashes.service.d/10-override.conf [moved from test/unit-with-multiple-dashes.service.d/10-override.conf with 100% similarity]
test/units/unstoppable.service [moved from test/unstoppable.service with 100% similarity]