blob: 95d3a09c0296a539ca0d37100a62dd35e1eb0b0a [file] [log] [blame] [edit]
#!/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