mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Enhance the syntax of testlist-file for testbuild.sh
1.Scan the folder under nuttx/boards by prefix / 2.Skip the specified configuration by prefix - Change-Id: Ibb67f2c6b96cd8e439d94bf71d098c1fd9e5a79d Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
c709ed2464
commit
d865500770
+6
-7
@@ -963,21 +963,20 @@ testbuild.sh
|
||||
The test list file is a sequence of build descriptons, one per line. One
|
||||
build descriptions consists of two comma separated values. For example:
|
||||
|
||||
stm32f429i-disco/nsh,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
|
||||
stm32f429i-disco:nsh,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
|
||||
/arm,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
|
||||
|
||||
The first value is the usual configuration description of the form
|
||||
form <board-name>/<configuration-name> and must correspond to a
|
||||
configuration in the nuttx/boards directory.
|
||||
<board-name>:<configuration-name> or /<folder-name> and must correspond to a
|
||||
configuration or folder in the nuttx/boards directory.
|
||||
|
||||
The second value is valid name for a toolchain configuration to use
|
||||
when building the configuration. The set of valid toolchain
|
||||
configuration names depends on the underlying architecture of the
|
||||
configured board.
|
||||
|
||||
NOTE: The environment variable APPSDIR should be set to the relative
|
||||
path to the application directory when running this script like:
|
||||
|
||||
$ export APPSDIR=../apps
|
||||
The prefix '-' can be used to skip a configruation:
|
||||
-stm32f429i-disco/nsh,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
|
||||
|
||||
uncrustify.cfg
|
||||
--------------
|
||||
|
||||
Reference in New Issue
Block a user