X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftestsuite.at;h=b394cb6fff2e34b44b6f456b08b7ecc75157b24d;hb=1de11730e612b09e28892880c2845185497a3741;hp=286789327b593b247c08ea8d4047c6e05d4f5430;hpb=f8064ac96e4aa1600861f1d76ab424e0425ba429;p=openvswitch diff --git a/tests/testsuite.at b/tests/testsuite.at index 28678932..b394cb6f 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -39,12 +39,14 @@ m4_include([tests/ovsdb-macros.at]) m4_include([tests/ofproto-macros.at]) m4_include([tests/library.at]) +m4_include([tests/bundle.at]) m4_include([tests/classifier.at]) m4_include([tests/check-structs.at]) m4_include([tests/daemon.at]) m4_include([tests/daemon-py.at]) m4_include([tests/ofp-print.at]) m4_include([tests/ovs-ofctl.at]) +m4_include([tests/odp.at]) m4_include([tests/multipath.at]) m4_include([tests/autopath.at]) m4_include([tests/vconn.at]) @@ -58,6 +60,7 @@ m4_include([tests/timeval.at]) m4_include([tests/lockfile.at]) m4_include([tests/reconnect.at]) m4_include([tests/ofproto.at]) +m4_include([tests/ofproto-dpif.at]) m4_include([tests/ovsdb.at]) m4_include([tests/ovs-vsctl.at]) m4_include([tests/interface-reconfigure.at])