1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Adding a Makefile target for integration tests - "make integration"

This commit is contained in:
James Cammarata 2014-02-26 09:26:48 -06:00
parent 7acd2f3a2d
commit 6f1a58abd3

View file

@ -61,6 +61,9 @@ NOSETESTS ?= nosetests
all: clean python
integration:
(cd test/integration; make all)
tests:
PYTHONPATH=./lib ANSIBLE_LIBRARY=./library $(NOSETESTS) -d -w test/units -v