Skip to content

Commit

Permalink
Generate Python API file before running tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrukman committed Nov 22, 2015
1 parent 4e0fc59 commit 5cfc4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/appengine/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ pip-install-test:
$(VERB) pip install -t $(THIRD_PARTY_PYTHON) -r requirements-test.txt

# Run tests.
test:
test: compute_api_gen
$(VERB) python -m unittest discover -p '*_test.py'

0 comments on commit 5cfc4bc

Please sign in to comment.