diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-19 22:16:11 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-22 12:16:57 +0000 |
commit | 777f88336442c887552fb3353db93a5ed5b4ff74 (patch) | |
tree | 8985830bf3d7fb635c99f86519f7d8391b37c054 /Makefile | |
parent | 5fa00200173151a25a45777e17c0926b7082e953 (diff) |
Fix tests
Change-Id: I9b8dbe26bfe6d1d32cbce09a89b7d0f47d7ef4b5
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -232,8 +232,9 @@ checkgover: .PHONY: help help: @echo "Main supported rules:" - @echo " all (default)" + @echo " all (default)" @echo " build" + @echo " test (use: name=TestExec to run a specific test)" @echo " package" @echo " install" @echo " clean" |