[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170315131535.11438-2-fathi.boudra@linaro.org>
Date: Wed, 15 Mar 2017 15:15:35 +0200
From: Fathi Boudra <fathi.boudra@...aro.org>
To: linux-kernel@...r.kernel.org, Shuah Khan <shuah@...nel.org>
Cc: Fathi Boudra <fathi.boudra@...aro.org>
Subject: [PATCH 2/2] 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..7fe4d7c3c947
--- /dev/null
+++ b/tools/testing/selftests/lib/config
@@ -0,0 +1,3 @@
+CONFIG_PRIME_NUMBERS=m
+CONFIG_TEST_BITMAP=m
+CONFIG_TEST_PRINTF=m
--
2.11.0
Powered by blists - more mailing lists