|
|
@@ -1,7 +1,6 @@
|
|
|
TESTS=$(wildcard tests/test_*.py)
|
|
|
COVERAGE_OUTPUT_DIR := coverage
|
|
|
-PROFILER_OUTPUT_DIR := profiles
|
|
|
-OMIT := /usr/share/pyshared/*,/usr/lib/pymodules/python2.7/sympy/*,test*,*__init__.py
|
|
|
+OMIT := /usr/share/pyshared/*,test*,*__init__.py
|
|
|
|
|
|
ifeq ($(findstring python-coverage,$(wildcard /usr/bin/*)), python-coverage)
|
|
|
COVERAGE=/usr/bin/python-coverage
|