X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/09470dd825e59110293a6b2a93631e23431efaec..f11e524b0c65dcae8d7a0296f4f617bba5998e7d:/Makefile.am diff --git a/Makefile.am b/Makefile.am index f769518..f5e418b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -498,6 +498,7 @@ PYTHON_BOOTSTRAP = \ tools/ensure-dirs qa_scripts = \ + qa/__init__.py \ qa/ganeti-qa.py \ qa/qa_cluster.py \ qa/qa_config.py \ @@ -786,6 +787,7 @@ TEST_FILES = \ test/htools-text-backend.test python_tests = \ + doc/examples/rapi_testutils.py \ test/ganeti.asyncnotifier_unittest.py \ test/ganeti.backend_unittest.py \ test/ganeti.bdev_unittest.py \ @@ -846,6 +848,7 @@ python_tests = \ test/ganeti.utils.x509_unittest.py \ test/ganeti.utils_unittest.py \ test/ganeti.workerpool_unittest.py \ + test/qa.qa_config_unittest.py \ test/cfgupgrade_unittest.py \ test/docs_unittest.py \ test/pycurl_reset_unittest.py \ @@ -1054,7 +1057,8 @@ htools/Ganeti/HTools/Version.hs: htools/Ganeti/HTools/Version.hs.in vcs-version sed -e "s/%ver%/$$VCSVER/" < $< > $@ htools/Ganeti/Constants.hs: htools/Ganeti/Constants.hs.in \ - lib/constants.py lib/_autoconf.py $(CONVERT_CONSTANTS) \ + lib/constants.py lib/_autoconf.py lib/luxi.py \ + $(CONVERT_CONSTANTS) \ | lib/_vcsversion.py set -e; \ { cat $< ; PYTHONPATH=. $(CONVERT_CONSTANTS); } > $@