Commit a3940f2
ORC-1936: Get build and example dir from build system rather than gtest
### What changes were proposed in this pull request?
Rather than pulling the build and example directory from gtest arguments, this pulls it from the build system.
### Why are the changes needed?
When orc is used as a subproject, the current method of grabbing the arguments from the build system fails
### How was this patch tested?
Tests were run locally
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #2291 from WillAyd/improve-gtest-cli.
Authored-by: Will Ayd <william.ayd@icloud.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>1 parent e77aabb commit a3940f2
3 files changed
+16
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 32 | | |
38 | 33 | | |
39 | 34 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 35 | | |
55 | 36 | | |
56 | 37 | | |
| |||
77 | 58 | | |
78 | 59 | | |
79 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
80 | 64 | | |
81 | 65 | | |
82 | 66 | | |
83 | 67 | | |
84 | 68 | | |
85 | | - | |
| 69 | + | |
| 70 | + | |
86 | 71 | | |
87 | 72 | | |
88 | 73 | | |
| |||
93 | 78 | | |
94 | 79 | | |
95 | 80 | | |
96 | | - | |
| 81 | + | |
| 82 | + | |
97 | 83 | | |
98 | 84 | | |
99 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
0 commit comments