projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c82b24
)
dhcp: Always build test-dhcp-client.
author
Ben Pfaff
<blp@nicira.com>
Tue, 22 Jul 2008 21:01:25 +0000
(14:01 -0700)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/tests/Makefile.am
b/tests/Makefile.am
index e63a2985c34fb5f9282ec2294f2c02d87700383d..2548ea0af4047046a013fb3ba7b15bf55bbe43d5 100644
(file)
--- 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)