summaryrefslogtreecommitdiff
path: root/extra/stack_analyzer/run_tests.sh
blob: 0e307d8d4a2ebaccc68381ef11b18b888a2c6d4f (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
#
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# Discover all the unit tests in extra/stack_analyzer directory and run them.
python2 -m unittest discover -b -s extra/stack_analyzer -p *_unittest.py  \
    && touch extra/stack_analyzer/.tests-passed