]> Git Repo - linux.git/blob - scripts/kconfig/tests/preprocess/variable/__init__.py
KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctl
[linux.git] / scripts / kconfig / tests / preprocess / variable / __init__.py
1 # SPDX-License-Identifier: GPL-2.0
2 """
3 Variable and user-defined function tests.
4 """
5
6 def test(conf):
7     assert conf.oldaskconfig() == 0
8     assert conf.stderr_matches('expected_stderr')
This page took 0.033502 seconds and 4 git commands to generate.