AyatanaIndicators/libayatana-appindicator

make check-TESTS directly called after build

Closed this issue · 1 comments

Running unit tests should be a separate target and callable individually. Also the build target should be callable individually. During the Debian builds, unit tests directly follow the builds. However, unit tests require an XDG_CACHE_HOME dir to be set to some writable location.

This needs deeper investigation (either in the upstream part of the code or the DEB packaging).

This is not an issue anymore since we changed over to CMake.