From 4ffdbd5993abf6ce6dbb66fcabe6e6225b9e4a23 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 22 Jul 2008 14:01:25 -0700 Subject: [PATCH] dhcp: Always build test-dhcp-client. Putting test-dhcp-client in check_PROGRAMS instead of noinst_PROGRAMS makes it too easy to break test-dhcp-client without noticing it. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index e63a2985c..2548ea0af 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -11,7 +11,7 @@ TESTS += test-type-props check_PROGRAMS += test-type-props test_type_props_SOURCES = test-type-props.c -check_PROGRAMS += test-dhcp-client +noinst_PROGRAMS = test-dhcp-client test_dhcp_client_SOURCES = test-dhcp-client.c test_dhcp_client_LDADD = ../lib/libopenflow.a $(FAULT_LIBS) -- 2.43.0