- Timestamp:
- Nov 17, 2018, 10:19:27 PM (6 years ago)
- Branches:
- feature/constantq
- Children:
- d1d4ad4
- Parents:
- 088760e (diff), a114fe0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified Makefile ¶
r088760e rc03d191 234 234 uninstall_python \ 235 235 check_clean_python 236 237 coverage_cycle: coverage_zero_counters coverage_report 238 239 coverage_zero_counters: 240 lcov --zerocounters --directory . 236 241 237 242 coverage: export CFLAGS=--coverage … … 247 252 lcov -a build/coverage_python.info -a build/coverage_lib.info -o build/coverage.info 248 253 254 # make sure we don't build the doc, which builds a temporary python module 255 coverage_report: export WAFOPTS += --disable-docs 249 256 coverage_report: coverage 250 257 genhtml build/coverage.info --output-directory lcov_html
Note: See TracChangeset
for help on using the changeset viewer.