|
7 | 7 | "binaryDir": "${sourceDir}/build/${presetName}", |
8 | 8 | "hidden": true, |
9 | 9 | "cacheVariables": { |
10 | | - "CMAKE_EXPORT_COMPILE_COMMANDS": "ON", |
11 | 10 | "CMAKE_BUILD_TYPE": "Debug" |
12 | 11 | } |
13 | 12 | }, |
|
63 | 62 | "targets": ["test-clang-cl"] |
64 | 63 | }, |
65 | 64 | { |
66 | | - "name": "clang-tidy", |
| 65 | + "name": "clang-iwyu", |
67 | 66 | "configurePreset": "clang", |
68 | | - "targets": ["test-clang-tidy"] |
| 67 | + "targets": ["test-clang-iwyu"] |
69 | 68 | }, |
70 | 69 | { |
71 | | - "name": "clang-iwyu", |
| 70 | + "name": "clang-sanitizers", |
72 | 71 | "configurePreset": "clang", |
73 | | - "targets": ["test-clang-iwyu"] |
| 72 | + "targets": ["test-asan", "test-memsan", "test-threadsan", "test-ubsan"] |
| 73 | + }, |
| 74 | + { |
| 75 | + "name": "clang-tidy", |
| 76 | + "configurePreset": "clang", |
| 77 | + "targets": ["test-clang-tidy"] |
74 | 78 | }, |
75 | 79 | { |
76 | 80 | "name": "coverage", |
|
97 | 101 | "configurePreset": "gcc", |
98 | 102 | "targets": ["test-gcc-lld"] |
99 | 103 | }, |
| 104 | + { |
| 105 | + "name": "gcc-sanitizers", |
| 106 | + "configurePreset": "gcc", |
| 107 | + "targets": ["test-asan", "test-threadsan", "test-ubsan"] |
| 108 | + }, |
100 | 109 | { |
101 | 110 | "name": "gcc-arm-none-eabi", |
102 | 111 | "configurePreset": "gcc-arm-none-eabi", |
|
0 commit comments