Home
last modified time | relevance | path

Searched hist:ab7a3f52cef5ff1c784de7adfbda3421b10754a4 (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/ktest/
H A Dsample.confdiff ab7a3f52cef5ff1c784de7adfbda3421b10754a4 Sat Oct 01 02:24:07 CEST 2011 Steven Rostedt <srostedt@redhat.com> 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>
H A Dktest.pldiff ab7a3f52cef5ff1c784de7adfbda3421b10754a4 Sat Oct 01 02:24:07 CEST 2011 Steven Rostedt <srostedt@redhat.com> 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>