schemaVersion: 2.0.0 commandTests: - name: ninja command: /root/ninja/ninja 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.*"] - name: clang command: /usr/lib/llvm-15/bin/clang args: ["--version"] expectedOutput: [".*clang.*"] fileExistenceTests: - name: "vcpkg" path: "/root/vcpkg" shouldExist: true