tests: test multiple includedirs directive 14/230314/2
authorAdrian Szyndela <adrian.s@samsung.com>
Thu, 9 Apr 2020 07:05:50 +0000 (09:05 +0200)
committerAdrian Szyndela <adrian.s@samsung.com>
Thu, 9 Apr 2020 08:53:58 +0000 (10:53 +0200)
commit0a3ba72cc2532650afe3485b0a2b77739faefcec
treeb20ac2d6dc887447733eea7b2158e65aa4dbed90
parentdd569bc52ec74de77b78b6d744e405f3e4c6ad7c
tests: test multiple includedirs directive

This adds a test which checks if the files in all the directories
specified in all the <includedir> directives are parsed.

It breaks the checks during building as it exposes a bug.
The subsequent commit fixes the bug.

Change-Id: I020246138586357717dbee73617182f79176eac9
Makefile.am
src/test-libdbuspolicy1-multiple-includedirs.cpp [new file with mode: 0644]
tests/default_deny/another-system.d/some-service.conf [new file with mode: 0644]
tests/default_deny/system-multiple-includedirs.conf [new file with mode: 0644]
tests/default_deny/system.d/some-service.conf [new file with mode: 0644]
tests/default_deny/yet-another-system.d/some-service.conf [new file with mode: 0644]