Make facility and level optional in -v, --verbose options.
[sliver-openvswitch.git] / tests / Makefile.am
1 include ../Make.vars
2
3 TESTS = test-list
4
5 check_PROGRAMS = test-list
6
7 test_list_SOURCES = test-list.c
8 test_list_LDADD = ../lib/libopenflow.la
9
10 TESTS += test-type-props
11 check_PROGRAMS += test-type-props
12 test_type_props_SOURCES = test-type-props.c
13
14 check_PROGRAMS += test-dhcp-client
15 test_dhcp_client_SOURCES = test-dhcp-client.c
16 test_dhcp_client_LDADD = ../lib/libopenflow.la -ldl
17