diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2017-03-20 13:18:20 +0300 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-04-11 18:37:53 +0300 |
commit | 36adc0000d169b6d8615730ec6ec68b029cf5e01 (patch) | |
tree | 0278b9ff6692d82310f3d1517b084edd925acce9 /tools/testing/selftests/lib | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) | |
download | linux-36adc0000d169b6d8615730ec6ec68b029cf5e01.tar.xz |
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 <fathi.boudra@linaro.org>
Tested-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing/selftests/lib')
-rw-r--r-- | tools/testing/selftests/lib/config | 3 |
1 files changed, 3 insertions, 0 deletions
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 |