aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'build.py')
-rw-r--r--build.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.py b/build.py
index 06877a1..54b5b69 100644
--- a/build.py
+++ b/build.py
@@ -65,6 +65,7 @@ class Build:
self.cross_compilers = []
self.global_args = {}
self.tests = []
+ self.benchmarks = []
self.headers = []
self.man = []
self.data = []
@@ -108,6 +109,9 @@ class Build:
def get_tests(self):
return self.tests
+ def get_benchmarks(self):
+ return self.benchmarks
+
def get_headers(self):
return self.headers