Convert ansible-test compile into a sanity test.

This commit is contained in:
Matt Clay
2018-01-24 11:07:24 -08:00
parent 0ce8d389a4
commit 7abdab6c9e
13 changed files with 166 additions and 198 deletions

View File

@@ -1,9 +1,6 @@
.PHONY: all compile sanity units
.PHONY: all sanity units
all: compile sanity units
compile:
./ansible-test compile test/runner/ ${TEST_FLAGS}
all: sanity units
sanity:
./ansible-test sanity test/runner/ ${TEST_FLAGS}