linux-stable/tools/testing/selftests/mount
Bamvor Jian Zhang 8c749ce93e selftests: create test-specific kconfig fragments
Create the config file in each directory of testcase which need
more kernel configuration than the default defconfig. User could
use these configs with merge_config.sh script:

Enable config for specific testcase:
(export ARCH=xxx #for cross compiling)
./scripts/kconfig/merge_config.sh .config \
		tools/testing/selftests/xxx/config

Enable configs for all testcases:
(export ARCH=xxx #for cross compiling)
./scripts/kconfig/merge_config.sh .config \
		tools/testing/selftests/*/config

Signed-off-by: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
Reviewed-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
2016-02-25 09:47:52 -07:00
..
.gitignore selftests/mount: Make git ignore all binaries in mount test suite 2015-03-31 14:09:38 -06:00
Makefile selftests/mount: output WARN messages when mount test skipped 2015-05-26 15:58:06 -06:00
config selftests: create test-specific kconfig fragments 2016-02-25 09:47:52 -07:00
unprivileged-remount-test.c userns: Unbreak the unprivileged remount tests 2014-12-11 18:07:07 -06:00