From: Fathi Boudra Date: Mon, 20 Mar 2017 10:18:20 +0000 (+0200) Subject: selftests: lib: add config fragment for bitmap, printf and prime numbers tests X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=36adc0000d169b6d8615730ec6ec68b029cf5e01;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git selftests: lib: add config fragment for bitmap, printf and prime numbers tests test_bitmap, test_printf and prime_numbers are expected to be built as modules. Signed-off-by: Fathi Boudra Tested-by: Naresh Kamboju Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/lib/config b/tools/testing/selftests/lib/config new file mode 100644 index 000000000000..126933bcc950 --- /dev/null +++ b/tools/testing/selftests/lib/config @@ -0,0 +1,3 @@ +CONFIG_TEST_PRINTF=m +CONFIG_TEST_BITMAP=m +CONFIG_PRIME_NUMBERS=m