summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-03-14 11:03:36 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-03-16 10:12:50 +0100
commit6fa392bf911ef17caf4c13e839236c8edd11bfaf (patch)
treebb5f39b8412cd76cf9a48430a7e0bc5505a241b4 /test/meson.build
parent95b862b0540ac24999fdfbd670e8744bb626729a (diff)
tests: add a simple test for the mountinfo parsing logic
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index f86cf388e0..51c47793e0 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -174,6 +174,9 @@ test_data_files = '''
testsuite.target
timers.target
unstoppable.service
+ test-umount/empty.mountinfo
+ test-umount/garbled.mountinfo
+ test-umount/rhbug-1554943.mountinfo
'''.split()
if conf.get('ENABLE_RESOLVE') == 1