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