Commit 30da061
committed
[CMake] Add BINARY_DIR argument for add_lit_testsuites
We're doing some slightly odd things with LIT in the offload-test-suite.
Specifically we generate multiple binary directories to configure and
run tests with different configurations from the same source root.
In this configuration the subdirectory targets need to instead point to
the correct generated binary directory and use test filtering to get a
subset of tests.1 parent a027eb4 commit 30da061
1 file changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2192 | 2192 | | |
2193 | 2193 | | |
2194 | 2194 | | |
2195 | | - | |
| 2195 | + | |
2196 | 2196 | | |
2197 | 2197 | | |
2198 | 2198 | | |
| |||
2213 | 2213 | | |
2214 | 2214 | | |
2215 | 2215 | | |
2216 | | - | |
| 2216 | + | |
2217 | 2217 | | |
| 2218 | + | |
2218 | 2219 | | |
2219 | 2220 | | |
2220 | | - | |
| 2221 | + | |
| 2222 | + | |
| 2223 | + | |
| 2224 | + | |
| 2225 | + | |
2221 | 2226 | | |
2222 | | - | |
| 2227 | + | |
2223 | 2228 | | |
2224 | 2229 | | |
2225 | 2230 | | |
| |||
0 commit comments