forked from Mirror/pmbootstrap
pmb.parse.kconfig: add tests (MR 1916)
This commit is contained in:
parent
28da033267
commit
c5d0f76005
6 changed files with 261 additions and 0 deletions
33
test/testdata/kconfig_check/bad-wrong-option-set
vendored
Normal file
33
test/testdata/kconfig_check/bad-wrong-option-set
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 5.3.2 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
# Compiler: gcc (Alpine 9.2.0) 9.2.0
|
||||
#
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=90200
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_CC_CAN_LINK=y
|
||||
CONFIG_CC_HAS_ASM_GOTO=y
|
||||
CONFIG_CC_HAS_WARN_MAYBE_UNINITIALIZED=y
|
||||
CONFIG_CC_DISABLE_WARN_MAYBE_UNINITIALIZED=y
|
||||
CONFIG_IRQ_WORK=y
|
||||
CONFIG_BUILDTIME_EXTABLE_SORT=y
|
||||
|
||||
#
|
||||
# General setup
|
||||
#
|
||||
|
||||
# the required options
|
||||
CONFIG_BLK_DEV_INITRD=y
|
||||
CONFIG_CGROUPS=y
|
||||
CONFIG_DEVTMPFS=y
|
||||
CONFIG_DM_CRYPT=y
|
||||
CONFIG_SYSVIPC=y
|
||||
CONFIG_VT=y
|
||||
CONFIG_UEVENT_HELPER=y
|
||||
CONFIG_LBDAF=y
|
||||
### here's one wrong option set:
|
||||
ANDROID_PARANOID_NETWORK=y
|
Loading…
Add table
Add a link
Reference in a new issue