Skip to content
Snippets Groups Projects
Commit 44c23fa6 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Move QA script from testing/ to qa/.

Reviewed-by: iustin
parent 23f41a3e
No related branches found
No related tags found
No related merge requests found
# standard automake rules
SUBDIRS = man lib scripts daemons doc testing tools
SUBDIRS = man lib scripts daemons doc testing tools qa
# custom rules
depgraph: depgraph.png
......
......@@ -26,6 +26,7 @@ AC_CONFIG_FILES([
doc/examples/Makefile
lib/Makefile
man/Makefile
qa/Makefile
scripts/Makefile
testing/Makefile
tools/Makefile
......
EXTRA_DIST = ganeti-qa.py qa-sample.yaml
CLEANFILES = *.py[co]
File moved
File moved
......@@ -6,5 +6,5 @@ ganeti:
rm -f ganeti
ln -s $(top_srcdir)/lib ganeti
EXTRA_DIST = $(TESTS) mocks.py ganeti.qa.py qa-sample.yaml
EXTRA_DIST = $(TESTS) mocks.py
MAINTAINERCLEANFILES = ganeti
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment