Atlas - Klocation

Home / ext / kconfiglib / tests Lines: 1 | Size: 1338 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
1if UNDEFINED 2endif 3 4config ONE_DEF 5 bool 6 7config TWO_DEF 8 bool 9 10config TWO_DEF 11 bool 12 13config MANY_DEF 14 bool 15 16# Throw in some line continuations too to make sure it doesn't mess up the line 17# numbers 18if y && \ 19 y 20if y && \ 21 y && \ 22 y 23 24# Throw in some help texts too 25 26config HELP_1 27 bool "help 1" 28 help 29config HELP_2 30 bool "help 2" 31 help 32 foo 33 bar 34 35 baz 36 37config HELP_3 38 help 39 foo 40 bar 41 bool 42config \ 43MANY_DEF 44 45config MANY_DEF 46 47endif 48endif 49 50# Expands to "tests/Klocation_sourced" 51source "$TESTS_DIR_FROM_ENV/Klocation$_SOURCED" 52 53# Expands to "sub/Klocation_rsourced" 54rsource "$SUB_DIR_FROM_ENV/Klocation$_RSOURCED" 55 56# Expands to "tests/*ub/Klocation_gsourced[12]", matching 57# tests/sub/Klocation_gsourced{1,2} 58source "$TESTS_DIR_FROM_ENV/*ub/Klocation$_GSOURCED[12]" 59# Test old syntax too 60gsource "$TESTS_DIR_FROM_ENV/*ub/Klocation$_GSOURCED[12]" 61 62# Expands to "sub/Klocation_grsourced[12]", matching 63# tests/sub/Klocation_grsourced{1,2} 64rsource "$SUB_DIR_FROM_ENV/Klocation$_GRSOURCED[12]" 65# Test old syntax too 66grsource "$SUB_DIR_FROM_ENV/Klocation$_GRSOURCED[12]" 67 68# No-ops 69osource "nonexistent" 70osource "nonexistent*" 71gsource "nonexistent" 72gsource "nonexistent*" 73orsource "nonexistent" 74orsource "nonexistent*" 75grsource "nonexistent" 76grsource "nonexistent*" 77 78config MANY_DEF 79
[FILE END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.