Atlas - Kifremoval
Home / ext / kconfiglib / tests Lines: 1 | Size: 816 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1# Test some tricky cases that give consecutive 'if' nodes even after 2# flattening. Simple cases are exercised a ton elsewhere. 3 4if X 5endif 6if X 7endif 8 9config A 10 11if X 12endif 13if X 14endif 15 16config B 17 18if X 19endif 20if X 21endif 22if X 23endif 24 25config C 26 27if X 28 if X 29 if X 30 endif 31 if X 32 endif 33 endif 34 if X 35 if X 36 endif 37 if X 38 endif 39 endif 40 config D 41endif 42if X 43endif 44 45menu "E" 46 if X 47 if X 48 endif 49 endif 50 if X 51 if X 52 endif 53 endif 54endmenu 55 56menu "F" 57 if X 58 endif 59 if X 60 endif 61 if X 62 if X 63 endif 64 if X 65 endif 66 menu "G" 67 endmenu 68 endif 69endmenu 70 71choice H 72 if X 73 if X 74 endif 75 endif 76 if X 77 if X 78 endif 79 endif 80endchoice 81 82choice I 83 if X 84 endif 85 if X 86 endif 87 if X 88 if X 89 endif 90 if X 91 endif 92 config J 93 endif 94endchoice 95 96if X 97endif 98if X 99endif 100[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.