diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-10-30 17:46:32 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-10-31 15:07:19 +0100 |
commit | a622675862ca59cae4662bff21a0c795e0108c65 (patch) | |
tree | dd078d151cc14d24de35d9bd6af9e57068238b66 /Makefile.am | |
parent | c388dfea5a9de5771283fbf0f5ebc5a45c895b79 (diff) |
test-execute: add tests for IOSchedulingClass
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e2e3bca340..3d211deefc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1570,6 +1570,10 @@ EXTRA_DIST += \ test/exec-environmentfile.service \ test/exec-oomscoreadjust-positive.service \ test/exec-oomscoreadjust-negative.service \ + test/exec-ioschedulingclass-best-effort.service \ + test/exec-ioschedulingclass-idle.service \ + test/exec-ioschedulingclass-none.service \ + test/exec-ioschedulingclass-realtime.service \ test/bus-policy/hello.conf \ test/bus-policy/methods.conf \ test/bus-policy/ownerships.conf \ |