Makefile: build also test programs during a normal build
authorPekka Paalanen <pekka.paalanen@collabora.co.uk>
Wed, 16 Nov 2016 11:42:21 +0000 (13:42 +0200)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Thu, 17 Nov 2016 11:33:31 +0000 (13:33 +0200)
commitaa51a833eb9b3d8fb58a64ff685b249d65ec35b5
treebedc93d0911f7ef8372475b5aea62dbe07e5508a
parent06b7c471b7de2e0d9852af60514594417b29d4e3
Makefile: build also test programs during a normal build

Put also test programs into noinst_PROGRAMS so that they get always
built. In check_PROGRAMS they are built for 'make check' but not for
'make'.

This makes it harder to accidentally break the test programs.

v2: also change check_LTLIBRARIES to noinst_LTLIBRARIES

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Makefile.am