summaryrefslogtreecommitdiff
path: root/util/ec3po/run_tests.sh
blob: f0ef348273661892770e261172b374b06359093e (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
#
# Copyright 2015 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 the ec3po directory and run them.
python2 -m unittest discover -b -s util/ec3po/ -p *_unittest.py  \
    && touch util/ec3po/.tests-passed