Browse code

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

This reverts commit 6f1a58abd35bb7855bf87638b4f99a58e1cb6afd.

James Cammarata authored on 2014/02/27 00:30:16
Showing 1 changed files
... ...
@@ -61,9 +61,6 @@ NOSETESTS ?= nosetests
61 61
 
62 62
 all: clean python
63 63
 
64
-integration:
65
-	(cd test/integration; make all)
66
-
67 64
 tests:
68 65
 	PYTHONPATH=./lib ANSIBLE_LIBRARY=./library  $(NOSETESTS) -d -w test/units -v
69 66