summaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-11-25 23:29:06 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2015-11-25 23:29:06 +0200
commit26873801bcc74a6739eee1cf0e1c20207c588fff (patch)
tree63dce1229bec1b7bdd9a0cdb60e21f7d49d2d682 /coredata.py
parent3cbe9d32fa8cf7a92cf3bad2821a204e8cf357e6 (diff)
downloadmeson-26873801bcc74a6739eee1cf0e1c20207c588fff.tar.gz
Can define benchmarks and run them.
Diffstat (limited to 'coredata.py')
-rw-r--r--coredata.py1
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,
}