X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FMakefile.am;h=e3981bfd00ac5ed7b98640d3517c0b6369bfd012;hb=b5e9402df53a1f0cd745bf8b91c246e1c5e4b11d;hp=2548ea0af4047046a013fb3ba7b15bf55bbe43d5;hpb=9bf3d9301e2473c034c947b45ee06ab6b5af5877;p=openvswitch diff --git a/tests/Makefile.am b/tests/Makefile.am index 2548ea0a..e3981bfd 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,17 +1,37 @@ include ../Make.vars TESTS = test-list - -check_PROGRAMS = test-list - +noinst_PROGRAMS = test-list test_list_SOURCES = test-list.c test_list_LDADD = ../lib/libopenflow.a TESTS += test-type-props -check_PROGRAMS += test-type-props +noinst_PROGRAMS += test-type-props test_type_props_SOURCES = test-type-props.c -noinst_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) +TESTS += test-stp.sh +EXTRA_DIST = test-stp.sh +noinst_PROGRAMS += test-stp + +test_stp_SOURCES = test-stp.c +test_stp_LDADD = ../lib/libopenflow.a +stp_files = \ + test-stp-ieee802.1d-1998 \ + test-stp-ieee802.1d-2004-fig17.4 \ + test-stp-ieee802.1d-2004-fig17.6 \ + test-stp-ieee802.1d-2004-fig17.7 \ + test-stp-iol-op-1.1 \ + test-stp-iol-op-1.4 \ + test-stp-iol-op-3.1 \ + test-stp-iol-op-3.3 \ + test-stp-iol-io-1.1 \ + test-stp-iol-io-1.2 \ + test-stp-iol-io-1.4 \ + test-stp-iol-io-1.5 +TESTS_ENVIRONMENT = stp_files='$(stp_files)' + +EXTRA_DIST += $(stp_files)