tests: general fix for tests setup 52/115152/1
authorAdrian Szyndela <adrian.s@samsung.com>
Thu, 16 Feb 2017 11:47:41 +0000 (12:47 +0100)
committerAdrian Szyndela <adrian.s@samsung.com>
Thu, 16 Feb 2017 11:57:59 +0000 (12:57 +0100)
commit321a18e45eaf5a04597749c541f35deaa723ee1d
treefeaccb583d89b332cef631bd904b4bb426d4712f
parentb0e9b25d25f0932f3da6d0613df16c8e33798fd2
tests: general fix for tests setup

Before this patch tests were installed into custom directory
  /usr/lib/dbus-tests/test-suites/dbus-tests
Originally, dbus wants its installed tests in
  /usr/lib/dbus/installed-tests/dbus
This path seems to be partially hardcoded in the configuration
files - it relies on defined datadir. As datadir is used
also for something else than tests, we don't want to change it.

This commit switches installation directory to the original,
and adds symbolic links in our custom directory.

Change-Id: Icf330ba3b5be59ee941d51b15a8f78a082297846
packaging/dbus.spec
test-runner.c