summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2017-02-16 19:17:19 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2017-02-16 19:17:19 +0000
commit870a76f7ba95ae086ab333d91d4f05fd1bcae376 (patch)
tree2f662daa4444ca589029a2de643f23c6552acae8 /Makefile.am
parent8acdd72120728cfc1742d7c37ceac8c0ade28ee3 (diff)
downloadsystemd-870a76f7ba95ae086ab333d91d4f05fd1bcae376.tar.gz
build-sys: treat journal-data/journal-[12].txt as TEST_DATA_FILES
Fixes: ``` Found container virtualization none. Assertion 'imp.fd >= 0' failed at ../src/test/test-journal-importer.c:43, function test_basic_parsing(). Aborting. FAIL: test-journal-importer (code: 134) ``` See https://github.com/systemd/systemd/pull/5366#issuecomment-280353804
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 10839e922a..a70ebe6a12 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2469,7 +2469,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