Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1604339

[PATCH 1/3] selftests: lib: add config fragment for bitmap, printf and prime numbers tests

From Fathi Boudra <fathi.boudra@linaro.org>
Newsgroups linux.kernel
Subject [PATCH 1/3] selftests: lib: add config fragment for bitmap, printf and prime numbers tests
Date 2017-03-20 11:30 +0100
Message-ID <tn2JB-3lh-23@gated-at.bofh.it> (permalink)
References <tn2JA-3lh-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


test_bitmap, test_printf and prime_numbers are expected to be built as
modules.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
---
 tools/testing/selftests/lib/config | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 tools/testing/selftests/lib/config

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
-- 
2.11.0

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] selftests: config fragments update Fathi Boudra <fathi.boudra@linaro.org> - 2017-03-20 11:30 +0100
  [PATCH 1/3] selftests: lib: add config fragment for bitmap, printf and prime numbers tests Fathi Boudra <fathi.boudra@linaro.org> - 2017-03-20 11:30 +0100
  [PATCH 3/3] selftests: vm: add CONFIG_SYSVIPC=y to the config fragment Fathi Boudra <fathi.boudra@linaro.org> - 2017-03-20 11:30 +0100
  [PATCH 2/3] selftests: ftrace: add CONFIG_KPROBES=y to the config fragment Fathi Boudra <fathi.boudra@linaro.org> - 2017-03-20 11:40 +0100
  Re: [PATCH 0/3] selftests: config fragments update Naresh Kamboju <naresh.kamboju@linaro.org> - 2017-03-20 13:30 +0100

csiph-web