mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
With the coming `codeql test` support, the `predefined_macros` file will not necessarily be located under a `tools` directory. Change the test to hide more of its actual path, so it will work in both cases.
19 lines
612 B
Plaintext
19 lines
612 B
Plaintext
| arguments.c | 1 | --preprocessArgs |
|
|
| arguments.c | 2 | --force-recompute |
|
|
| arguments.c | 3 | --edg |
|
|
| arguments.c | 4 | --disable_system_macros |
|
|
| arguments.c | 5 | --edg |
|
|
| arguments.c | 6 | --verbosity |
|
|
| arguments.c | 7 | --edg |
|
|
| arguments.c | 8 | 2 |
|
|
| arguments.c | 9 | --edg |
|
|
| arguments.c | 10 | --target |
|
|
| arguments.c | 11 | --edg |
|
|
| arguments.c | 12 | linux_x86_64 |
|
|
| arguments.c | 13 | --gcc |
|
|
| arguments.c | 14 | --predefined_macros |
|
|
| arguments.c | 15 | <tools>/qltest/predefined_macros |
|
|
| arguments.c | 16 | -w |
|
|
| arguments.c | 17 | -Werror |
|
|
| arguments.c | 18 | arguments.c |
|