diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 10839e922a..c1f070fd17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1736,6 +1736,8 @@ TEST_DATA_FILES += \ test/test-execute/exec-restrict-namespaces-mnt.service \ test/test-execute/exec-restrict-namespaces-mnt-blacklist.service \ test/test-execute/exec-read-only-path-succeed.service \ + test/test-execute/exec-privatedevices-yes-capability-sys-rawio.service \ + test/test-execute/exec-privatedevices-no-capability-sys-rawio.service \ test/bus-policy/hello.conf \ test/bus-policy/methods.conf \ test/bus-policy/ownerships.conf \ @@ -2469,7 +2471,7 @@ test_journal_importer_SOURCES = \ test_journal_importer_LDADD = \ libsystemd-shared.la -EXTRA_DIST += \ +TEST_DATA_FILES += \ test/journal-data/journal-1.txt \ test/journal-data/journal-2.txt |