cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

__init__.py (365B)


      1# SPDX-License-Identifier: GPL-2.0
      2"""
      3Create submenu for symbols that depend on the preceding one.
      4
      5If a symbols has dependency on the preceding symbol, the menu entry
      6should become the submenu of the preceding one, and displayed with
      7deeper indentation.
      8"""
      9
     10
     11def test(conf):
     12    assert conf.oldaskconfig() == 0
     13    assert conf.stdout_contains('expected_stdout')