|
Ran
|
Files
27
|
Run time
1s
|
Badge
README BADGES
|
push
github
python: fix in-source python builds the Makefile for the python bindings does a check for out of source builds to see if it should copy the .pyx file. However, if `srcdir` and `builddir` are different strings but point to the same directory, the `cp` command will fail. This patch makes the build step more robust by checking if the .pyx file exists in the `builddir` (will resolve to true if srcdir==builddir). Otherwise, it will copy the file over. Signed-off-by: Caetano Melone <melone1@llnl.gov> Signed-off-by: Paul Moore <paul@paul-moore.com> (imported from commit d891cb830)
3147 of 3535 relevant lines covered (89.02%)
256561.2 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|