Changeset d85e16f


Ignore:
Timestamp:
Sep 17, 2017, 10:42:36 PM (7 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
Children:
dc8864d
Parents:
39b686c
Message:

Makefile: set PYTHONPATH=./lib/python for coverage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r39b686c rd85e16f  
    237237coverage: export CFLAGS=--coverage
    238238coverage: export LDFLAGS=--coverage
     239coverage: export PYTHONPATH=$(PWD)/python/lib
    239240coverage: force_uninstall_python deps_python \
    240241        clean_python clean distclean
Note: See TracChangeset for help on using the changeset viewer.