OSDN Git Service

Add kernel config tests
authorMark Salyzyn <salyzyn@google.com>
Wed, 10 Feb 2016 22:00:14 +0000 (14:00 -0800)
committerMark Salyzyn <salyzyn@google.com>
Wed, 10 Feb 2016 23:00:49 +0000 (23:00 +0000)
commit7129c7dcd20bf57cf3a64ec224e4ebac81c8cd88
tree31a229c570ba62a09c4e229686120805a03fa820
parent796b0704878a54eabf7a90df507d3442ddb47833
Add kernel config tests

A simple start to simple day. Check for evidence of following CONFIGs:

CONFIG_MMC_BLOCK_MAX_SPEED=y
CONFIG_IPV6=y
CONFIG_IP_MULTICAST=y
CONFIG_PSTORE=y
CONFIG_PSTORE_CONSOLE=y
CONFIG_PSTORE_PMSG=y
CONFIG_SYSVIPC is not set

ToDo: Evidence for all configs in android/configs/android-base.cfg
      and android/configs/android-recommended.cfg. Most are not
      possible to directly discover, this is performed on a best
      effort basis.

Bug: 19173869
Bug: 26559308
Change-Id: I0447334fab7781579fab10610d2f7ac1d34e6044
tests/kernel.config/Android.mk [new file with mode: 0644]
tests/kernel.config/mmc_max_speed_test.cpp [new file with mode: 0644]
tests/kernel.config/multicast_test.cpp [new file with mode: 0644]
tests/kernel.config/pstore_test.cpp [new file with mode: 0644]
tests/kernel.config/sysvipc_test.cpp [new file with mode: 0644]