Files
gem5/ext/Kconfiglib/tests/Kifremoval
Gabe Black 443067253c ext,scons: Make kconfiglib available for use in SCons.
Change-Id: Ie9c902819ed0750a04f8318911fa914701c2a0fe
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/56755
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu>
2022-03-15 00:30:39 +00:00

100 lines
816 B
Plaintext

# Test some tricky cases that give consecutive 'if' nodes even after
# flattening. Simple cases are exercised a ton elsewhere.
if X
endif
if X
endif
config A
if X
endif
if X
endif
config B
if X
endif
if X
endif
if X
endif
config C
if X
if X
if X
endif
if X
endif
endif
if X
if X
endif
if X
endif
endif
config D
endif
if X
endif
menu "E"
if X
if X
endif
endif
if X
if X
endif
endif
endmenu
menu "F"
if X
endif
if X
endif
if X
if X
endif
if X
endif
menu "G"
endmenu
endif
endmenu
choice H
if X
if X
endif
endif
if X
if X
endif
endif
endchoice
choice I
if X
endif
if X
endif
if X
if X
endif
if X
endif
config J
endif
endchoice
if X
endif
if X
endif