diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 82bf630d..398a275c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -29,18 +29,14 @@ clean-local: export abs_builddir noinst_LTLIBRARIES = \ - $(weston_test) + $(weston_test) \ + $(module_tests) noinst_PROGRAMS = \ $(setbacklight) \ - matrix-test - -check_LTLIBRARIES = \ - $(module_tests) - -check_PROGRAMS = \ $(shared_tests) \ - $(weston_tests) + $(weston_tests) \ + matrix-test AM_CFLAGS = $(GCC_CFLAGS) AM_CPPFLAGS = \ |