From 2bece88f89faad8d2e5499652e2bd5f2045ec92a Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 28 May 2018 18:21:57 +0900 Subject: kconfig: test: add Kconfig macro language tests Here are the test cases I used for developing the text expansion feature. Signed-off-by: Masahiro Yamada --- scripts/kconfig/tests/preprocess/variable/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/kconfig/tests/preprocess/variable/__init__.py (limited to 'scripts/kconfig/tests/preprocess/variable/__init__.py') diff --git a/scripts/kconfig/tests/preprocess/variable/__init__.py b/scripts/kconfig/tests/preprocess/variable/__init__.py new file mode 100644 index 000000000000..e88b1708d6d4 --- /dev/null +++ b/scripts/kconfig/tests/preprocess/variable/__init__.py @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0 +""" +Variable and user-defined function tests. +""" + +def test(conf): + assert conf.oldaskconfig() == 0 + assert conf.stderr_matches('expected_stderr') -- cgit v1.2.3