aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-02-29 12:49:20 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-16 14:53:18 +0100
commit8f200940ecebb566e7a978581a8fd566e41564e5 (patch)
tree0d1ceda1d5104e7f4008e428ceb090bcaf91b644
parent10d9775c541bbcd4de54bfcd774fe7a23c23a620 (diff)
tests: fix automake rule dependencies
We need to ensure all test programs are built.
-rw-r--r--src/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
index 36f3d969..e488d5d4 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -89,7 +89,7 @@ test_sms_part_LDADD = \
if WITH_TESTS
-check-local: test-modem-helpers
+check-local: test-modem-helpers test-charsets test-qcdm-serial-port test-sms-part
$(abs_builddir)/test-modem-helpers
$(abs_builddir)/test-charsets
$(abs_builddir)/test-qcdm-serial-port