From: Quentin Glidic <[email protected]>

Signed-off-by: Quentin Glidic <[email protected]>
---
 tests/Makefile.am | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5be52c6..d810d8a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -31,16 +31,19 @@ clean-local:
 # To remove when automake 1.11 support is dropped
 export abs_builddir
 
-noinst_LTLIBRARIES =                   \
+check_LTLIBRARIES =                    \
        $(weston_test)                  \
        $(module_tests)
 
-noinst_PROGRAMS =                      \
+check_PROGRAMS =                       \
        $(setbacklight)                 \
        $(shared_tests)                 \
        $(weston_tests)                 \
        matrix-test
 
+# We build tests with the default "all" target too
+all-local: $(check_LTLIBRARIES) $(check_PROGRAMS)
+
 AM_CFLAGS = $(GCC_CFLAGS)
 AM_CPPFLAGS =                                  \
        -I$(top_srcdir)/src                     \
-- 
1.8.4.1

_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to