[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170320101822.28238-2-fathi.boudra@linaro.org>
Date: Mon, 20 Mar 2017 12:18:20 +0200
From: Fathi Boudra <fathi.boudra@...aro.org>
To: linux-kselftest@...r.kernel.org, Shuah Khan <shuah@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Fathi Boudra <fathi.boudra@...aro.org>
Subject: [PATCH 1/3] 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@...aro.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
Powered by blists - more mailing lists