Skip to content

Commit

Permalink
Make project global defines available in tests makefile
Browse files Browse the repository at this point in the history
Change-Id: I72882b12e1f982a275b767d6097092575573b2e7
  • Loading branch information
LarsMichelsen committed Jun 12, 2019
1 parent b011aeb commit f77df54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Makefile
Expand Up @@ -7,6 +7,8 @@ COVERAGE := $(PIPENV) run coverage
PYTEST := $(PIPENV) run py.test -vv
YAPF := $(PIPENV) run yapf

include ../defines.make

.PHONY: help pipenv-check test-bandit test-docker test-format-python \
test-gui-crawl test-integration test-packaging test-pylint \
test-shellcheck test-format-shell \
Expand Down

0 comments on commit f77df54

Please sign in to comment.