File tree Expand file tree Collapse file tree 3 files changed +13
-45
lines changed Expand file tree Collapse file tree 3 files changed +13
-45
lines changed Original file line number Diff line number Diff line change 1
1
schemaVersion : 2.0.0
2
2
3
3
commandTests :
4
- - name : gcc compiler
5
- command : gcc
6
- args : ["--version"]
7
- expectedOutput : [".*gcc.*GCC.*"]
8
- - name : g++ compiler
9
- command : g++
10
- args : ["--version"]
11
- expectedOutput : [".*g\\+\\+.*GCC.*"]
12
- - name : make
13
- command : make
14
- args : ["--version"]
15
- expectedOutput : [".*GNU Make.*"]
16
4
- name : ninja
17
5
command : /root/ninja/ninja
18
6
args : ["--version"]
@@ -29,6 +17,10 @@ commandTests:
29
17
command : doxygen
30
18
args : ["--version"]
31
19
expectedOutput : [".*1.*"]
20
+ - name : clang
21
+ command : /usr/lib/llvm-15/bin/clang
22
+ args : ["--version"]
23
+ expectedOutput : [".*clang.*"]
32
24
33
25
fileExistenceTests :
34
26
- name : " vcpkg"
Original file line number Diff line number Diff line change 1
1
schemaVersion : 2.0.0
2
2
3
3
commandTests :
4
- - name : gcc compiler
5
- command : gcc
6
- args : ["--version"]
7
- expectedOutput : [".*gcc.*GCC.*"]
8
- - name : g++ compiler
9
- command : g++
10
- args : ["--version"]
11
- expectedOutput : [".*g\\+\\+.*GCC.*"]
12
- - name : make
13
- command : make
14
- args : ["--version"]
15
- expectedOutput : [".*GNU Make.*"]
16
4
- name : ninja
17
5
command : /root/ninja/ninja
18
6
args : ["--version"]
@@ -29,6 +17,10 @@ commandTests:
29
17
command : doxygen
30
18
args : ["--version"]
31
19
expectedOutput : [".*1.*"]
20
+ - name : clang
21
+ command : /usr/lib/llvm-15/bin/clang
22
+ args : ["--version"]
23
+ expectedOutput : [".*clang.*"]
32
24
33
25
fileExistenceTests :
34
26
- name : " vcpkg"
Original file line number Diff line number Diff line change 1
1
schemaVersion : 2.0.0
2
2
3
3
commandTests :
4
- - name : gcc compiler
5
- command : gcc
6
- args : ["--version"]
7
- expectedOutput : [".*gcc.*"]
8
- - name : g++ compiler
9
- command : g++
10
- args : ["--version"]
11
- expectedOutput : [".*g\\+\\+.*"]
12
- - name : make
13
- command : make
14
- args : ["--version"]
15
- expectedOutput : [".*GNU Make.*"]
16
4
- name : ninja
17
5
command : /root/ninja/ninja
18
6
args : ["--version"]
19
7
expectedOutput : [".*1.*"]
20
8
- name : gcovr
21
- command : gcovr
9
+ command : /usr/local/bin/ gcovr
22
10
args : ["--version"]
23
11
expectedOutput : [".*gcovr.*"]
24
12
- name : ccache
25
- command : ccache
13
+ command : /usr/bin/ ccache
26
14
args : ["--version"]
27
15
expectedOutput : [".*ccache.*"]
28
16
- name : doxygen
29
- command : doxygen
17
+ command : /usr/bin/ doxygen
30
18
args : ["--version"]
31
19
expectedOutput : [".*1.*"]
32
20
- name : cppcheck
33
- command : cppcheck
21
+ command : /usr/bin/ cppcheck
34
22
args : ["--version"]
35
23
expectedOutput : [".*Cppcheck.*"]
36
24
- name : clang
37
- command : /root/ llvm/bin/clang
25
+ command : /usr/lib/ llvm-15 /bin/clang
38
26
args : ["--version"]
39
27
expectedOutput : [".*clang.*"]
40
- - name : node
41
- command : node
42
- args : ["-v"]
43
- expectedOutput : [".*v12.*"]
44
28
45
29
fileExistenceTests :
46
30
- name : " vcpkg"
You can’t perform that action at this time.
0 commit comments