if UNDEFINED endif config SINGLE_DEF bool config MULTI_DEF bool # Throw in some line continuations too to make sure it doesn't mess up the line # numbers if y && \ y if y && \ y && \ y # Throw in some help texts too config HELP_1 bool "help 1" help config HELP_2 bool "help 2" help foo bar baz config MULTI_DEF endif endif config TESTS_DIR_FROM_ENV string option env="TESTS_DIR_FROM_ENV" config SUB_DIR_FROM_ENV string option env="SUB_DIR_FROM_ENV" config _SOURCED string default "_sourced" config _RSOURCED string default "_rsourced" # Expands to "tests/Klocation_sourced" source "$TESTS_DIR_FROM_ENV/Klocation$_SOURCED" # Expands to "sub/Klocation_rsourced" rsource "$SUB_DIR_FROM_ENV/Klocation$_RSOURCED" config MULTI_DEF