summaryrefslogtreecommitdiff
path: root/extra/stack_analyzer/run_tests.sh
blob: 95d3a09c0296a539ca0d37100a62dd35e1eb0b0a (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.
python3 -m unittest discover -b -s extra/stack_analyzer -p "*_unittest.py"  \
    && touch extra/stack_analyzer/.tests-passed