X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftestsuite.at;h=b394cb6fff2e34b44b6f456b08b7ecc75157b24d;hb=1de11730e612b09e28892880c2845185497a3741;hp=5625f8b0d9750faee8fe13a585f2874c1d405884;hpb=0fbc9f11c027cce9c89de12525de852e6b2ae332;p=openvswitch diff --git a/tests/testsuite.at b/tests/testsuite.at index 5625f8b0..b394cb6f 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -39,13 +39,16 @@ 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]) m4_include([tests/file_name.at]) m4_include([tests/aes128.at]) @@ -57,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])