summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2011-10-01 02:24:07 +0200
committerSteven Rostedt <rostedt@goodmis.org>2011-10-17 17:54:11 +0200
commitab7a3f52cef5ff1c784de7adfbda3421b10754a4 (patch)
tree4ea41c74795c4b58abf838ef1f9aeb3cec86240d /Documentation
parentktest: Add IF and ELSE to config sections (diff)
downloadlinux-ab7a3f52cef5ff1c784de7adfbda3421b10754a4.tar.xz
linux-ab7a3f52cef5ff1c784de7adfbda3421b10754a4.zip
ktest: Let IF keyword take comparisons
Allow ==, !=, <=, >=, <, and > to be used in IF statements to compare if a section should be processed or not. For example: BITS := 32 DEFAULTS IF ${BITS} == 32 MIN_CONFIG = ${CONFIG_DIR}/config-32 ELSE MIN_CONFIG = ${CONFIG_DIR}/config-64 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions