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