Split GanetiUnitTest into testutils.py
[ganeti-local] / test / Makefile.am
index d2af6b3..f078854 100644 (file)
@@ -2,7 +2,8 @@ TESTS = \
   ganeti.config_unittest.py \
   ganeti.hooks_unittest.py \
   ganeti.utils_unittest.py \
-  ganeti.bdev_unittest.py
+  ganeti.bdev_unittest.py \
+  ganeti.locking_unittest.py
 
 TESTS_ENVIRONMENT = PYTHONPATH=.:$(top_builddir)
 
@@ -11,5 +12,5 @@ check-am: do-pre-check
 do-pre-check:
        $(MAKE) -C $(top_builddir) pre-check
 
-EXTRA_DIST = $(TESTS) mocks.py $(wildcard data/*.txt)
+EXTRA_DIST = $(TESTS) testutils.py mocks.py $(wildcard data/*.txt)
 CLEANFILES = *.py[co]