X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/e2078d280d462ce583288ecd6279e22b198cb652..cd098c41522469e462efeb1e157a8718ff7b7809:/Makefile.am?ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 2b63afc..bfb5862 100644 --- a/Makefile.am +++ b/Makefile.am @@ -212,9 +212,11 @@ maninput = $(patsubst %.7,%.7.in,$(patsubst %.8,%.8.in,$(man_MANS))) $(patsubst TEST_FILES = \ test/data/bdev-both.txt \ + test/data/bdev-8.3-both.txt \ test/data/bdev-disk.txt \ test/data/bdev-net.txt \ - test/data/proc_drbd8.txt + test/data/proc_drbd8.txt \ + test/data/proc_drbd83.txt dist_TESTS = \ test/ganeti.bdev_unittest.py \ @@ -235,7 +237,7 @@ nodist_TESTS = TESTS = $(dist_TESTS) $(nodist_TESTS) -TESTS_ENVIRONMENT = PYTHONPATH=.:$(top_builddir) +TESTS_ENVIRONMENT = PYTHONPATH=.:$(top_builddir) $(PYTHON) all-local: stamp-directories lib/_autoconf.py devel/upload \ doc/examples/bash_completion \ @@ -373,4 +375,11 @@ apidoc: rm -rf $$TMPDIR ; \ } +.PHONY: TAGS +TAGS: + rm -f TAGS + find . -path './lib/*.py' -o -path 'scripts/gnt-*' -o \ + -path 'daemons/ganeti-*' -o -path 'tools/*' | \ + etags - + # vim: set noet :