diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-11-25 23:29:06 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-11-25 23:29:06 +0200 |
| commit | 26873801bcc74a6739eee1cf0e1c20207c588fff (patch) | |
| tree | 63dce1229bec1b7bdd9a0cdb60e21f7d49d2d682 /coredata.py | |
| parent | 3cbe9d32fa8cf7a92cf3bad2821a204e8cf357e6 (diff) | |
| download | meson-26873801bcc74a6739eee1cf0e1c20207c588fff.tar.gz | |
Can define benchmarks and run them.
Diffstat (limited to 'coredata.py')
| -rw-r--r-- | coredata.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coredata.py b/coredata.py index dbb0c710b..e216428bd 100644 --- a/coredata.py +++ b/coredata.py @@ -215,6 +215,7 @@ forbidden_target_names = {'clean': None, 'all': None, 'test': None, 'test-valgrind': None, + 'benchmark': None, 'install': None, 'build.ninja': None, } |
