2018-01-24 19:07:24 +00:00
|
|
|
.PHONY: all sanity units
|
2017-03-15 19:17:42 +00:00
|
|
|
|
2018-01-24 19:07:24 +00:00
|
|
|
all: sanity units
|
2017-03-15 19:17:42 +00:00
|
|
|
|
|
|
|
sanity:
|
|
|
|
./ansible-test sanity test/runner/ ${TEST_FLAGS}
|
|
|
|
|
|
|
|
units:
|
|
|
|
PYTHONPATH=. pytest units ${TEST_FLAGS}
|