forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] Add "make check" and "make quickcheck" build targets (zephyrp…
…roject-rtos#907) The check target calls trlite with a new -l flag that makes it run on the current ZJS_BASE source tree w/o doing a git clone for a clean tree. The quickcheck calls trlite on just the Linux tests (VM zephyrproject-rtos#3). Signed-off-by: Geoff Gustafson <geoff@linux.intel.com>
- Loading branch information
Showing
4 changed files
with
115 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,4 +44,4 @@ before_script: > | |
fi | ||
script: > | ||
trlite $TARGET | ||
trlite -l $TARGET |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters