diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-10-31 14:46:45 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-10-31 15:07:19 +0100 |
commit | 7d0f09a932182316aff4ea806c3993497b5bd859 (patch) | |
tree | 97e995774c3527243814406cf5968bfa6c5929dd /Makefile.am | |
parent | a622675862ca59cae4662bff21a0c795e0108c65 (diff) |
build-sys: add missing test files to EXTRA_DIST
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 3d211deefc..2f8bfd4d34 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1574,6 +1574,10 @@ EXTRA_DIST += \ test/exec-ioschedulingclass-idle.service \ test/exec-ioschedulingclass-none.service \ test/exec-ioschedulingclass-realtime.service \ + test/exec-capabilityboundingset-invert.service \ + test/exec-capabilityboundingset-merge.service \ + test/exec-capabilityboundingset-reset.service \ + test/exec-capabilityboundingset-simple.service \ test/bus-policy/hello.conf \ test/bus-policy/methods.conf \ test/bus-policy/ownerships.conf \ |