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>
This commit is contained in:
Fathi Boudra 2017-03-20 12:18:20 +02:00 committed by Shuah Khan
parent c1ae3cfa0e
commit 36adc0000d

View file

@ -0,0 +1,3 @@
CONFIG_TEST_PRINTF=m
CONFIG_TEST_BITMAP=m
CONFIG_PRIME_NUMBERS=m