Skip to content

Commit

Permalink
Makefile: fix help message
Browse files Browse the repository at this point in the history
We renamed make check-long to make check-full. Let's reflect that change
in the help message.

Signed-off-by: Amador Pahim <[email protected]>
  • Loading branch information
apahim committed Nov 28, 2016
1 parent 94799dc commit 3c30f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ MOCK_CONFIG=default
all:
@echo
@echo "Development related targets:"
@echo "check: Runs tree static check, unittests and functional tests"
@echo "check-long: Runs tree static check, unittests and long functional tests"
@echo "check: Runs tree static check, unittests and fast functional tests"
@echo "check-full: Runs tree static check, unittests and all functional tests"
@echo "develop: Runs 'python setup.py --develop on this tree alone"
@echo "link: Runs 'python setup.py --develop' in all subprojects and links the needed resources"
@echo "clean: Get rid of scratch, byte files and removes the links to other subprojects"
Expand Down

0 comments on commit 3c30f38

Please sign in to comment.