summaryrefslogtreecommitdiff
path: root/packages/development/kyua-cli/kyua-cli.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-07-18 16:15:39 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-07-18 16:15:39 +0200
commitccee3424ab4d6c8033e8d8d6ae00f6c2f4f9e374 (patch)
treebe6a0d780d0bfd10898696032e80d776c224aa01 /packages/development/kyua-cli/kyua-cli.kconfig
parent83cefbde7d612b743bc2c29fcaf2bbd1f3e7659e (diff)
downloadembtoolkit-ccee3424ab4d6c8033e8d8d6ae00f6c2f4f9e374.tar.gz
embtoolkit-ccee3424ab4d6c8033e8d8d6ae00f6c2f4f9e374.tar.bz2
embtoolkit-ccee3424ab4d6c8033e8d8d6ae00f6c2f4f9e374.tar.xz
Packages/development: New kyua-cli v0.8
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/development/kyua-cli/kyua-cli.kconfig')
-rw-r--r--packages/development/kyua-cli/kyua-cli.kconfig54
1 files changed, 54 insertions, 0 deletions
diff --git a/packages/development/kyua-cli/kyua-cli.kconfig b/packages/development/kyua-cli/kyua-cli.kconfig
new file mode 100644
index 0000000..af5b662
--- /dev/null
+++ b/packages/development/kyua-cli/kyua-cli.kconfig
@@ -0,0 +1,54 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2014 Abdoulaye Walsimou GAYE.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+################################################################################
+#
+# \file kyua-cli.kconfig
+# \brief kyua-cli.kconfig of Embtoolkit
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date July 2014
+################################################################################
+
+config EMBTK_HAVE_KYUA-CLI
+ bool "Have kyua-cli"
+ select EMBTK_HAVE_KYUA-TESTERS
+ select EMBTK_HAVE_LUTOK
+ help
+ kyua-cli provides the command-line interface to the Kyua runtime system.
+ The major purpose of this tool is to run test cases and generate
+ unified reports for their results.
+
+choice
+ prompt "kyua-cli version you wish"
+ depends on EMBTK_HAVE_KYUA-CLI
+ help
+ Here you can choose which version of kyua-cli you want to use.
+
+ config EMBTK_KYUA-CLI_VERSION_0_8
+ bool "kyua-cli-0.8"
+ select EMBTK_KYUA-CLI_NEED_PATCH
+ select EMBTK_KYUA-CLI_NEED_AUTORECONF
+endchoice
+
+config EMBTK_KYUA-CLI_VERSION_STRING
+ string
+ default "0.8" if EMBTK_KYUA-CLI_VERSION_0_8
+
+config EMBTK_KYUA-CLI_NEED_PATCH
+ bool
+config EMBTK_KYUA-CLI_NEED_AUTORECONF
+ bool