Skip to content
Snippets Groups Projects
Commit 6d554b3d authored by Mick Jordan's avatar Mick Jordan
Browse files

add override for rbench

parent 713f6d11
Branches
No related tags found
No related merge requests found
......@@ -494,6 +494,13 @@ def bench(args):
else:
mx.abort("no benchmarks available")
def rbench(args):
if _bm_suite:
mx.command_function('r_benchmarks:rbench')(args)
else:
mx.abort("no benchmarks available")
def _cran_test_project():
return mx.project('com.oracle.truffle.r.test.cran').dir
......@@ -528,6 +535,7 @@ _commands = {
'rtestgen' : [testgen, ''],
# core overrides
'bench' : [bench, ''],
'rbench' : [rbench, ''],
'build' : [build, ''],
'gate' : [gate, ''],
'junit' : [junit, ['options']],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment