Changeset b995296


Ignore:
Timestamp:
Nov 13, 2007, 8:07:49 AM (16 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
999b0c12
Parents:
4ce62cd
Message:

Makefile.am: added simple 'make lcov' rules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r4ce62cd rb995296  
    3636uninstall-hook: uninstall-pkgconfig
    3737
     38lcov: all
     39        mkdir -p $(top_builddir)/lcov
     40        lcov --directory $(top_builddir) --output-file $(top_builddir)/lcov/aubio.info --compat-libtool --zerocounters
     41        cd tests/python && ./run_all_tests -v || echo "some tests failed"
     42        lcov --directory $(top_builddir) --output-file $(top_builddir)/lcov/aubio.info --compat-libtool --capture
     43        genhtml --output-directory $(top_builddir)/lcov $(top_builddir)/lcov/aubio.info
Note: See TracChangeset for help on using the changeset viewer.