tests: always build tests
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 11 Sep 2013 05:58:07 +0000 (15:58 +1000)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 11 Sep 2013 20:38:03 +0000 (13:38 -0700)
commit498d5f07cbf0c9bfc7532f1ed0e7bbe9ff0a9904
tree987a51868bad4d64df7e05cf8b5f3a6ebbbdc9b7
parent2e3c396ae3d10e206ccad4989fa6ee419e56ce87
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.
tests/Makefile.am