Commit 46b25e4
committed
Minor patches to unittests
- Sets cmake environment property of CppInterOp unitests to LLVM include dir
- Use cling::Declare instead of Process for include tests
This hints towards a bug in cling::Process when we JIT two includes one after another like
```
std::string code = R"(#include <vector> \n #include <iostream>)"
Interp->process(code);1 parent 94baef0 commit 46b25e4
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1022 | 1022 | | |
1023 | 1023 | | |
1024 | 1024 | | |
1025 | | - | |
| 1025 | + | |
1026 | 1026 | | |
1027 | 1027 | | |
1028 | 1028 | | |
| |||
0 commit comments