diff --git a/zorg/buildbot/builders/annotated/libc-linux.py b/zorg/buildbot/builders/annotated/libc-linux.py --- a/zorg/buildbot/builders/annotated/libc-linux.py +++ b/zorg/buildbot/builders/annotated/libc-linux.py @@ -50,6 +50,10 @@ util.clean_dir(os.path.join(aor_dir, 'build')) run_command(['make', 'check'], directory=aor_dir) + if not args.debug: + with step('Benchmark Utils Tests'): + run_command(['ninja', 'libc-benchmark-util-tests']) + @contextmanager def step(step_name, halt_on_fail=False):