Merge commit 'origin/master'
[sliver-openvswitch.git] / tests / Makefile.am
1 include ../Make.vars
2
3 TESTS = test-list
4 noinst_PROGRAMS = test-list
5 test_list_SOURCES = test-list.c
6 test_list_LDADD = ../lib/libopenflow.a
7
8 TESTS += test-type-props
9 noinst_PROGRAMS += test-type-props
10 test_type_props_SOURCES = test-type-props.c
11
12 noinst_PROGRAMS += test-dhcp-client
13 test_dhcp_client_SOURCES = test-dhcp-client.c
14 test_dhcp_client_LDADD = ../lib/libopenflow.a $(FAULT_LIBS)
15
16 TESTS += test-stp.sh
17 EXTRA_DIST = test-stp.sh
18 noinst_PROGRAMS += test-stp
19
20 test_stp_SOURCES = test-stp.c
21 test_stp_LDADD = ../lib/libopenflow.a
22 stp_files = \
23         test-stp-ieee802.1d-1998 \
24         test-stp-ieee802.1d-2004-fig17.4 \
25         test-stp-ieee802.1d-2004-fig17.6 \
26         test-stp-ieee802.1d-2004-fig17.7 \
27         test-stp-iol-op-1.1 \
28         test-stp-iol-op-1.4 \
29         test-stp-iol-op-3.1 \
30         test-stp-iol-op-3.3 \
31         test-stp-iol-io-1.1 \
32         test-stp-iol-io-1.2 \
33         test-stp-iol-io-1.4 \
34         test-stp-iol-io-1.5
35 TESTS_ENVIRONMENT = stp_files='$(stp_files)'
36
37 EXTRA_DIST += $(stp_files)