commit | ab7a3f52cef5ff1c784de7adfbda3421b10754a4 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Fri Sep 30 20:24:07 2011 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Oct 17 11:54:11 2011 -0400 |
tree | 4ea41c74795c4b58abf838ef1f9aeb3cec86240d | |
parent | 45d73a5d8a98dbabcdf37e2da5ef5b0412244643 [diff] |
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>