summaryrefslogtreecommitdiff
path: root/extra/stack_analyzer/run_tests.sh
blob: d5e65045c30ad39e85fefbed4b1f2459e20ec8f5 (plain)
1
2
3
4
5
6
7
8
9
#!/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.
python3 -m unittest discover -b -s extra/stack_analyzer -p "*_unittest.py"  \
    && touch extra/stack_analyzer/.tests-passed