]> git.ipfire.org Git - thirdparty/systemd.git/commit
buildsys: add "install-tests" target 5298/head
authorMartin Pitt <martin@piware.de>
Sun, 12 Feb 2017 22:53:53 +0000 (23:53 +0100)
committerMartin Pitt <martin@piware.de>
Mon, 13 Feb 2017 21:40:11 +0000 (22:40 +0100)
commit4f8425b8d5a3fb2e5ec24b77f1a7a95db55f532c
treed2459b2c13bbab470aa9758bb627c2242212e1ed
parentf853c6efb509589c8e3a82caa3af2ac5a370ae97
buildsys: add "install-tests" target

Add a new "install-tests" make target that installs our unit test-*
executables and their test data files into /usr/lib/systemd/tests/.
This is useful for packaging the tests to run them with root privileges
or in CI.

Fixes #5257
Makefile.am