diff options
author | dhuth <derickhuth@gmail.com> | 2015-01-27 14:00:12 -0700 |
---|---|---|
committer | dhuth <derickhuth@gmail.com> | 2015-01-27 14:00:12 -0700 |
commit | 34c463a1d3a19f556e3e910313d2c2eac1736c6b (patch) | |
tree | 9bc55a0f86c6a02f0d9a74a9d55a8ae197eaebf8 /test-chill/Makefile | |
parent | eb9236c5353785472ae132f27e1cfb9f1e4264a5 (diff) | |
download | chill-34c463a1d3a19f556e3e910313d2c2eac1736c6b.tar.gz chill-34c463a1d3a19f556e3e910313d2c2eac1736c6b.tar.bz2 chill-34c463a1d3a19f556e3e910313d2c2eac1736c6b.zip |
coverage fixes
Diffstat (limited to 'test-chill/Makefile')
-rw-r--r-- | test-chill/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-chill/Makefile b/test-chill/Makefile index 6fc543b..d7238e8 100644 --- a/test-chill/Makefile +++ b/test-chill/Makefile @@ -83,7 +83,7 @@ endif DIRTY_EXTS=pyc o log pickle DIRTY_FILES=$(foreach de,$(DIRTY_EXTS),$(shell find . -name "*.$(de)")) -DIRTY_DIRS=$(shell find . -name '__pycache__' -and -type d) $(STAGING_DIR) pylang +DIRTY_DIRS=$(shell find . -name '__pycache__' -and -type d) $(STAGING_DIR) pylang coverage_report CORE_TESTS:=_extract util gcov _cpp_validate_env cpp_validate test __main__ OMEGA_TESTS:=omega |