dhcp: Always build test-dhcp-client.
authorBen Pfaff <blp@nicira.com>
Tue, 22 Jul 2008 21:01:25 +0000 (14:01 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 23 Jul 2008 20:12:17 +0000 (13:12 -0700)
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

index e63a298..2548ea0 100644 (file)
@@ -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)