From 85fa487a48427962571f222ba447e68448d7fd69 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 14 Dec 2010 10:51:00 -0600 Subject: [PATCH] tests: fix missing Makefile dep --- src/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index 62612a0e15..42f9c95a3a 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am @@ -41,7 +41,7 @@ test_policy_hosts_LDADD = \ if WITH_TESTS -check-local: test-dhcp-options +check-local: test-dhcp-options test-policy-hosts $(abs_builddir)/test-dhcp-options $(abs_builddir)/test-policy-hosts