first version
[build-config.git] / config-prog / tests / preprocess / variable / __init__.py
blobe88b1708d6d4c0200953737ea066402a07f5231c
1 # SPDX-License-Identifier: GPL-2.0
2 """
3 Variable and user-defined function tests.
4 """
6 def test(conf):
7 assert conf.oldaskconfig() == 0
8 assert conf.stderr_matches('expected_stderr')