diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-03-22 22:37:34 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-03-22 22:37:34 +0200 |
| commit | 9da40d6e3d185c1ed8a5f871d1fc31de7d948eba (patch) | |
| tree | e44928d09f2f21ee61ef80b57e8e979b668d6869 /coredata.py | |
| parent | 8ce75af57e7839f1120bee8390cfcd1c6e712be7 (diff) | |
| download | meson-9da40d6e3d185c1ed8a5f871d1fc31de7d948eba.tar.gz | |
Can specify wrapper binary for unit tests.
Diffstat (limited to 'coredata.py')
| -rw-r--r-- | coredata.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py index 2269118e2..d936bbf0c 100644 --- a/coredata.py +++ b/coredata.py @@ -63,6 +63,7 @@ forbidden_target_names = {'clean': None, 'phony': None, 'all': None, 'test': None, + 'test-valgrind': None, 'install': None, - 'build.ninja': None + 'build.ninja': None, } |
