]> git.ipfire.org Git - thirdparty/systemd.git/commit - .gitignore
tests: add test-path
authorRonny Chevalier <chevalier.ronny@gmail.com>
Wed, 5 Nov 2014 20:27:01 +0000 (21:27 +0100)
committerRonny Chevalier <chevalier.ronny@gmail.com>
Sat, 8 Nov 2014 21:45:56 +0000 (22:45 +0100)
commitbc9992978cd1456b5bb79e72e8cf7a2331d3a7c6
tree5b424971ef9c92663c8fdc6da40a4df28b923f9e
parented7fb9cb235d2aedb755dcb8a5a5d9cdffba1519
tests: add test-path

It tests all available directives of Path units:
- PathChanged
- PathModified
- PathExists
- PathExisysGlob
- DirectoryNotEmpty
- MakeDirectory
- DirectoryMode
- Unit
18 files changed:
.gitignore
Makefile.am
src/test/test-path.c [new file with mode: 0644]
test/path-changed.path [new file with mode: 0644]
test/path-changed.service [new symlink]
test/path-directorynotempty.path [new file with mode: 0644]
test/path-directorynotempty.service [new symlink]
test/path-exists.path [new file with mode: 0644]
test/path-exists.service [new symlink]
test/path-existsglob.path [new file with mode: 0644]
test/path-existsglob.service [new symlink]
test/path-makedirectory.path [new file with mode: 0644]
test/path-makedirectory.service [new symlink]
test/path-modified.path [new file with mode: 0644]
test/path-modified.service [new symlink]
test/path-mycustomunit.service [new file with mode: 0644]
test/path-service.service [new file with mode: 0644]
test/path-unit.path [new file with mode: 0644]