mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-01-27 12:35:36 +01:00
Here are the test cases I used for developing the text expansion feature. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
X = $(Y)
|
|
Y = $(X)
|
|
$(info $(X))
|