diff options
author | Martin Pitt <martinpitt@users.noreply.github.com> | 2017-02-16 21:35:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-16 21:35:13 +0100 |
commit | 41270183d1b940f100fc9b1960a9925160429a90 (patch) | |
tree | aeb8d46282eb834c3a65cc082b7be0a1d8729c8c | |
parent | cda458a54a8f5b18af16d4465509d17e4162d455 (diff) | |
parent | 77153e3f1bd7ef39b9cce06af197341a9315c030 (diff) |
Merge pull request #5370 from evverx/fix-test-journal-importer
build-sys: treat journal-data/journal-[12].txt as TEST_DATA_FILES
-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 |