Commit 81f596d
committed
reapi: simplify build entries for go tests
Problem: the Go test links against unnecessary libraries such as Fluxion
resource, reapi_module, and flux::core. Furthermore, the options are a
long, unwrapped string which is hard to read.
Remove the unnecessary entries in the CGO_LIBRARY_FLAGS and make the
presentation more readable. Update GolangSimple.cmake to remove string
replacement of " " with ";" which causes the list expansion to fail.1 parent 7825191 commit 81f596d
File tree
2 files changed
+15
-9
lines changed- cmake
- resource/reapi/bindings/go/src/test
2 files changed
+15
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 14 | | |
18 | | - | |
| 15 | + | |
19 | 16 | | |
20 | 17 | | |
21 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
7 | 18 | | |
8 | 19 | | |
9 | 20 | | |
10 | 21 | | |
11 | | - | |
| 22 | + | |
12 | 23 | | |
13 | 24 | | |
14 | | - | |
15 | | - | |
16 | 25 | | |
17 | | - | |
| 26 | + | |
0 commit comments