stavfs.com

来自「ST5518机顶盒系统文件系统源代码!绝对超值!」· COM 代码 · 共 51 行

COM
51
字号
; STAVFS Test group definitions;-------------------------------------------------------------------------------DEFINE UnitTest    HAL    RWCache    WCS    end    DEFINE FuncTest    Partition    TopLevel    RWBuffer    Cyclic    Position    FileCreate    FileOpen    FileDelete    FileRW    Thread    Crash    end    DEFINE APITest    TopAPI    FileAPI    UtilityAPI    SupportAPI    endDEFINE Stats    Perform    end    DEFINE runall    UnitTest    FuncTest    APITest    Stats    end; the following line means we present a prompt; where you can choose from the above tests;gointeractive; automatically run all tests in batch moderunall

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?