blob: 59d99e7a271cc16a275323846d8407bb1805caa2 [file] [log] [blame]
borenet11271fe2015-07-06 07:43:58 -07001#!/bin/sh
2# Copyright (c) 2015 The Chromium Authors. All rights reserved.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6# Run from Skia repo like this:
7# $ tools/llvm_coverage.sh dm
8# or
9# $ tools/llvm_coverage.sh nanobench
10
11set -x
12set -e
13
14make clean
15tools/llvm_coverage_build $1
16python tools/llvm_coverage_run.py $@