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)
committerRalf Habacker <ralf.habacker@freenet.de>
Thu, 11 Feb 2016 01:37:17 +0000 (02:37 +0100)
commitd893121efdea39d2b32037b32e336ea483829b2e
treea3914092eecccb523d9c3c1a3367430ec93f0c1e
parentfec99c9b3d8318e3abae432f2aca50802a87f90e
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