2022-06-30 00:06:35 +08:00
|
|
|
schemaVersion: 2.0.0
|
|
|
|
|
|
|
|
commandTests:
|
2022-06-30 09:58:13 +08:00
|
|
|
- name: ninja
|
2022-10-29 04:54:02 +08:00
|
|
|
command: /root/ninja/ninja
|
2022-06-30 09:58:13 +08:00
|
|
|
args: ["--version"]
|
|
|
|
expectedOutput: [".*1.*"]
|
|
|
|
- name: gcovr
|
|
|
|
command: gcovr
|
|
|
|
args: ["--version"]
|
|
|
|
expectedOutput: [".*gcovr.*"]
|
|
|
|
- name: ccache
|
|
|
|
command: ccache
|
|
|
|
args: ["--version"]
|
|
|
|
expectedOutput: [".*ccache.*"]
|
|
|
|
- name: doxygen
|
|
|
|
command: doxygen
|
|
|
|
args: ["--version"]
|
|
|
|
expectedOutput: [".*1.*"]
|
2023-07-20 20:04:10 +08:00
|
|
|
- name: clang
|
|
|
|
command: /usr/lib/llvm-15/bin/clang
|
|
|
|
args: ["--version"]
|
|
|
|
expectedOutput: [".*clang.*"]
|
2022-06-30 00:06:35 +08:00
|
|
|
|
|
|
|
fileExistenceTests:
|
2022-06-30 09:58:13 +08:00
|
|
|
- name: "vcpkg"
|
|
|
|
path: "/root/vcpkg"
|
|
|
|
shouldExist: true
|