name-test: run most C tests directly, not via run-test.sh
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 8 Feb 2016 20:32:34 +0000 (20:32 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 12 Feb 2016 15:26:33 +0000 (15:26 +0000)
commitec6b220e4d7efa7eabf8a9ade01a6685bf6ff145
tree9d222c172b7396344b073dbb736d7bd94c11cf62
parentc7e179f5493fa43c022e097a1a3b106a432fe8e5
name-test: run most C tests directly, not via run-test.sh

The exception is test-autolaunch, which is really not particularly
useful as a build-time test. The only way we can really test
autolaunch is as a whole-system integration test, and "make check"
is not that.

The two tests written in Python and one test based on dbus-send
are also not run directly yet; in particular, that includes both
the tests in run-test-systemserver.sh.

Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=92899
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
test/name-test/Makefile.am
test/name-test/run-test.sh