summaryrefslogtreecommitdiff
path: root/extra/stack_analyzer/run_tests.sh
blob: 547a708b2f284a4784ed309b8a35f336713fd26f (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# Copyright 2017 The ChromiumOS Authors
# 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