selftests: lib: add config fragment for bitmap, printf and prime numbers tests
authorFathi Boudra <fathi.boudra@linaro.org>
Mon, 20 Mar 2017 10:18:20 +0000 (12:18 +0200)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 11 Apr 2017 15:37:53 +0000 (09:37 -0600)
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>
tools/testing/selftests/lib/config [new file with mode: 0644]

diff --git a/tools/testing/selftests/lib/config b/tools/testing/selftests/lib/config
new file mode 100644 (file)
index 0000000..126933b
--- /dev/null
@@ -0,0 +1,3 @@
+CONFIG_TEST_PRINTF=m
+CONFIG_TEST_BITMAP=m
+CONFIG_PRIME_NUMBERS=m