File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
cpp/ql/test/library-tests/arguments Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
// semmle-extractor-options: -Werror
2
+ #ifndef __CODEQL_TEST__
3
+ #error __CODEQL_TEST__ missing
4
+ #endif
Original file line number Diff line number Diff line change 10
10
| arguments.c | 10 | --target |
11
11
| arguments.c | 11 | --edg |
12
12
| arguments.c | 12 | linux_x86_64 |
13
- | arguments.c | 13 | --gcc |
14
- | arguments.c | 14 | --predefined_macros |
15
- | arguments.c | 15 | <tools>/qltest/predefined_macros |
16
- | arguments.c | 16 | -w |
17
- | arguments.c | 17 | -Werror |
18
- | arguments.c | 18 | arguments.c |
13
+ | arguments.c | 13 | --edg |
14
+ | arguments.c | 14 | -D |
15
+ | arguments.c | 15 | --edg |
16
+ | arguments.c | 16 | __CODEQL_TEST__ |
17
+ | arguments.c | 17 | --gcc |
18
+ | arguments.c | 18 | --predefined_macros |
19
+ | arguments.c | 19 | <tools>/qltest/predefined_macros |
20
+ | arguments.c | 20 | -w |
21
+ | arguments.c | 21 | -Werror |
22
+ | arguments.c | 22 | arguments.c |
You can’t perform that action at this time.
0 commit comments