Commit d65e283
committed
compiler: Let cloned test suites run under other build systems
Some compiler test suites get cloned so they can be built with
different compiler options. When building tests with make, they
need to share the data dir, and test_lib:get_data_dir/1 does the
conversion.
However, if we try to run these tests under a different build
system (e.g. buck, but possibly the same would happen with rebar3)
then it is more convenient to let the build system handle the
aliasing of data-dir, and in that case the adapter should do
nothing1 parent 374ca47 commit d65e283
1 file changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
142 | 148 | | |
143 | 149 | | |
144 | 150 | | |
| |||
0 commit comments