master: fix travis build#248
Conversation
Codecov Report
@@ Coverage Diff @@
## master #248 +/- ##
=======================================
Coverage 47.28% 47.28%
=======================================
Files 14 14
Lines 1343 1343
=======================================
Hits 635 635
Misses 708 708Continue to review full report at Codecov.
|
gold2718
left a comment
There was a problem hiding this comment.
Looks okay (modulo not really knowing why STATIC is incompatible with standalone build).
Thanks. The unit tests were designed for the dynamic build a while ago and are exercising explicit calls to ccpp_field_add to populate the cdata structure with pointers to the variables etc. Looking forward to Julie's and your work to create a robust testing framework for the new cap_gen.py! |
…d_20200111 master: fix travis build
Fix travis build/testing by setting STATIC option correctly for standalone build and adding the missing new configuration option DEFAULT_BUILD_DIR to the standalone build CCPP prebuild config.