diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-11-26 20:58:34 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-11-26 20:58:34 +0100 |
commit | 55e189007c707fb827b8b287903c258de234bd12 (patch) | |
tree | 1fd898544668a917194646cc23ea35049e4ccd5c /Makefile.am | |
parent | 3a9cca11042331fc053ac1aa6363603622f1188c (diff) |
bus-policy: also add in other bus policy tests from dbus1
dbus1 only checks if these files parse correctly so let's do the same for now.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5545aa187c..ddd0df1379 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1384,7 +1384,9 @@ EXTRA_DIST += \ test/bus-policy/methods.conf \ test/bus-policy/ownerships.conf \ test/bus-policy/signals.conf \ - test/bus-policy/check-own-rules.conf + test/bus-policy/check-own-rules.conf \ + test/bus-policy/many-rules.conf \ + test/bus-policy/test.conf EXTRA_DIST += \ |