test: convert test/ to use meson install
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 1 Jul 2017 16:01:30 +0000 (12:01 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 18 Jul 2017 14:05:06 +0000 (10:05 -0400)
commit209f4b9e33a79e648d46a53c05ea94f8c1676c5f
treea2d462595ae4f7bcf23b6af997e60bb18dafda0d
parente5f752082e94c54c8a554dcc805541342149e387
test: convert test/ to use meson install

Automatic rebuilding is removed: it doesn't play well with ninja, because
ninja always writes logs, and even if nothing needs to be built, it will
make the log file owned by root. So let's just remove this, and say that
the user must always do the build first.

I'm also keeping make for the tests, because ninja doesn't play well with
sudo.

Since the build directory is arbitrary, it needs to be specified, e.g.
  sudo make BUILD_DIR=/home/zbyszek/src/systemd/build1 -C test/TEST-01-BASIC/
test/TEST-01-BASIC/Makefile
test/TEST-13-NSPAWN-SMOKE/Makefile
test/TEST-14-MACHINE-ID/Makefile [changed from file to symlink]
test/test-functions