X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fautomake.mk;h=aa1f6e25d5ac769a4874c48322e78b1a19145ead;hb=5ded9be91a9957fa366904d0b0e31fd916efa8f0;hp=b4b865b2a7d43d9562f64b9cc1ccc695a1b2ae4a;hpb=1f2ae35719303c8c83a59180e11cdec034034c9b;p=sliver-openvswitch.git diff --git a/tests/automake.mk b/tests/automake.mk index b4b865b2a..aa1f6e25d 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -24,6 +24,7 @@ TESTSUITE_AT = \ tests/vconn.at \ tests/file_name.at \ tests/aes128.at \ + tests/unixctl-py.at \ tests/uuid.at \ tests/json.at \ tests/jsonrpc.at \ @@ -353,12 +354,14 @@ EXTRA_DIST += tests/choose-port.pl # Python tests. CHECK_PYFILES = \ + tests/appctl.py \ tests/test-daemon.py \ tests/test-json.py \ tests/test-jsonrpc.py \ tests/test-ovsdb.py \ tests/test-reconnect.py \ tests/MockXenAPI.py \ + tests/test-unixctl.py \ tests/test-vlog.py EXTRA_DIST += $(CHECK_PYFILES) PYCOV_CLEAN_FILES += $(CHECK_PYFILES:.py=.py,cover) .coverage