summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-09-11 15:58:07 +1000
committerKristian Høgsberg <krh@bitplanet.net>2013-09-11 13:38:03 -0700
commit498d5f07cbf0c9bfc7532f1ed0e7bbe9ff0a9904 (patch)
tree987a51868bad4d64df7e05cf8b5f3a6ebbbdc9b7 /tests
parent2e3c396ae3d10e206ccad4989fa6ee419e56ce87 (diff)
tests: always build tests
check_PROGRAMS and friends are only built during make check. Which is a great way of introducing compiler errors in tests. Always build them, TESTS defines what's being run during make check.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am12
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 = \