]> git.proxmox.com Git - ovs.git/blame - tests/automake.mk
vconn: Factor out common code from TCP and SSL vconns.
[ovs.git] / tests / automake.mk
CommitLineData
064af421
BP
1TESTS += tests/test-classifier
2noinst_PROGRAMS += tests/test-classifier
3tests_test_classifier_SOURCES = tests/test-classifier.c
4tests_test_classifier_LDADD = lib/libopenvswitch.a
5
21effc03
BP
6TESTS += tests/test-csum
7noinst_PROGRAMS += tests/test-csum
8tests_test_csum_SOURCES = tests/test-csum.c
9tests_test_csum_LDADD = lib/libopenvswitch.a
10
064af421
BP
11TESTS += tests/test-flows.sh
12noinst_PROGRAMS += tests/test-flows
13tests_test_flows_SOURCES = tests/test-flows.c
14tests_test_flows_LDADD = lib/libopenvswitch.a
15dist_check_SCRIPTS = tests/test-flows.sh tests/flowgen.pl
16
17TESTS += tests/test-hash
18noinst_PROGRAMS += tests/test-hash
19tests_test_hash_SOURCES = tests/test-hash.c
20tests_test_hash_LDADD = lib/libopenvswitch.a
21
22TESTS += tests/test-hmap
23noinst_PROGRAMS += tests/test-hmap
24tests_test_hmap_SOURCES = tests/test-hmap.c
25tests_test_hmap_LDADD = lib/libopenvswitch.a
26
27TESTS += tests/test-list
28noinst_PROGRAMS += tests/test-list
29tests_test_list_SOURCES = tests/test-list.c
30tests_test_list_LDADD = lib/libopenvswitch.a
31
d138cd2c
BP
32TESTS += tests/test-sha1
33noinst_PROGRAMS += tests/test-sha1
34tests_test_sha1_SOURCES = tests/test-sha1.c
35tests_test_sha1_LDADD = lib/libopenvswitch.a
36
064af421
BP
37TESTS += tests/test-type-props
38noinst_PROGRAMS += tests/test-type-props
39tests_test_type_props_SOURCES = tests/test-type-props.c
40
41noinst_PROGRAMS += tests/test-dhcp-client
42tests_test_dhcp_client_SOURCES = tests/test-dhcp-client.c
43tests_test_dhcp_client_LDADD = lib/libopenvswitch.a $(FAULT_LIBS)
44
45TESTS += tests/test-stp.sh
46EXTRA_DIST += tests/test-stp.sh
47noinst_PROGRAMS += tests/test-stp
48
49tests_test_stp_SOURCES = tests/test-stp.c
50tests_test_stp_LDADD = lib/libopenvswitch.a
51stp_files = \
52 tests/test-stp-ieee802.1d-1998 \
53 tests/test-stp-ieee802.1d-2004-fig17.4 \
54 tests/test-stp-ieee802.1d-2004-fig17.6 \
55 tests/test-stp-ieee802.1d-2004-fig17.7 \
56 tests/test-stp-iol-op-1.1 \
57 tests/test-stp-iol-op-1.4 \
58 tests/test-stp-iol-op-3.1 \
59 tests/test-stp-iol-op-3.3 \
60 tests/test-stp-iol-io-1.1 \
61 tests/test-stp-iol-io-1.2 \
62 tests/test-stp-iol-io-1.4 \
63 tests/test-stp-iol-io-1.5
64TESTS_ENVIRONMENT += stp_files='$(stp_files)'
65
66EXTRA_DIST += $(stp_files)