From a4e7e33e50550d0f8b8f87487014527422a787af Mon Sep 17 00:00:00 2001 From: Ananth N Mavinakayanahalli Date: Mon, 28 Jul 2008 23:27:55 +0530 Subject: Add tests/ directory Create a toplevel tests/ directory to house in-kernel subsystem specific tests. Thanks to Sam Ravnborg for the Makefile corrections. Signed-off-by: Ananth N Mavinakayanahalli Signed-off-by: Sam Ravnborg --- tests/Kconfig | 10 ++++++++++ tests/Makefile | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 tests/Kconfig create mode 100644 tests/Makefile (limited to 'tests') diff --git a/tests/Kconfig b/tests/Kconfig new file mode 100644 index 000000000000..a23e94c5580d --- /dev/null +++ b/tests/Kconfig @@ -0,0 +1,10 @@ +# tests/Kconfig + +menuconfig KERNEL_TESTS + bool "Kernel subsystem tests" + help + You can build kernel subsystem specific tests. + +if KERNEL_TESTS + +endif # KERNEL_TESTS diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 000000000000..64ce97118503 --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,3 @@ +# +# Makefile for kernel subsystem specific tests +# -- cgit v1.2.3