diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2017-03-20 12:18:20 +0200 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-04-11 09:37:53 -0600 |
commit | 36adc0000d169b6d8615730ec6ec68b029cf5e01 (patch) | |
tree | 0278b9ff6692d82310f3d1517b084edd925acce9 /tools/testing | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) | |
download | op-kernel-dev-36adc0000d169b6d8615730ec6ec68b029cf5e01.zip op-kernel-dev-36adc0000d169b6d8615730ec6ec68b029cf5e01.tar.gz |
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')
-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 0000000..126933b --- /dev/null +++ b/tools/testing/selftests/lib/config @@ -0,0 +1,3 @@ +CONFIG_TEST_PRINTF=m +CONFIG_TEST_BITMAP=m +CONFIG_PRIME_NUMBERS=m |