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:
parent
c1ae3cfa0e
commit
36adc0000d
1 changed files with 3 additions and 0 deletions
3
tools/testing/selftests/lib/config
Normal file
3
tools/testing/selftests/lib/config
Normal file
|
@ -0,0 +1,3 @@
|
|||
CONFIG_TEST_PRINTF=m
|
||||
CONFIG_TEST_BITMAP=m
|
||||
CONFIG_PRIME_NUMBERS=m
|
Loading…
Reference in a new issue