X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=77281579fa3f59a5c41fd6f6a71d7a60b4aea54d;hb=c9f716683d1d4302f026764effc17554c93a8c9f;hp=a2ed7d7680a242c5a3211257de758728a1a79bd1;hpb=79982e900ba733bc870e1516e46fdcda67cf9cc1;p=openvswitch diff --git a/tests/automake.mk b/tests/automake.mk index a2ed7d76..77281579 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