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/builtin_func/expected_stdout | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/kconfig/tests/preprocess/builtin_func/expected_stdout (limited to 'scripts/kconfig/tests/preprocess/builtin_func/expected_stdout') diff --git a/scripts/kconfig/tests/preprocess/builtin_func/expected_stdout b/scripts/kconfig/tests/preprocess/builtin_func/expected_stdout new file mode 100644 index 000000000000..82de3a7e97de --- /dev/null +++ b/scripts/kconfig/tests/preprocess/builtin_func/expected_stdout @@ -0,0 +1 @@ +hello world 0 -- cgit v1.2.3