summaryrefslogtreecommitdiff
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-12-02 14:57:53 -0800
committerBen Pfaff <blp@nicira.com>2010-12-02 14:57:53 -0800
commita2cb9dfdaf6d397005d992aa45b54d348ef7589e (patch)
tree419a9cb1565b81ff0c5f3fa43427d3345135202f /tests/testsuite.at
parent952d37436a18737fc942f42c5e81f67f427769e1 (diff)
downloadopenvswitch-a2cb9dfdaf6d397005d992aa45b54d348ef7589e.tar.gz
tests: Add tests for ofproto code.
This first set of tests is pretty basic and uninteresting, but the infrastructure is now in place for adding more.
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index c6468d85d..35b02be3f 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -53,6 +53,7 @@ m4_include([tests/jsonrpc-py.at])
m4_include([tests/timeval.at])
m4_include([tests/lockfile.at])
m4_include([tests/reconnect.at])
+m4_include([tests/ofproto.at])
m4_include([tests/ovsdb.at])
m4_include([tests/ovs-vsctl.at])
m4_include([tests/interface-reconfigure.at])