Paul Lewis | e441d1d | 2019-09-16 14:40:20 +0000 | [diff] [blame] | 1 | #!/usr/bin/env python |
| 2 | # |
Yang Guo | 4fd355c | 2019-09-19 10:59:03 +0200 | [diff] [blame] | 3 | # Copyright 2019 The Chromium Authors. All rights reserved. |
Paul Lewis | e441d1d | 2019-09-16 14:40:20 +0000 | [diff] [blame] | 4 | # Use of this source code is governed by a BSD-style license that can be |
| 5 | # found in the LICENSE file. |
Yang Guo | 4fd355c | 2019-09-19 10:59:03 +0200 | [diff] [blame] | 6 | |
Yang Guo | 75beda9 | 2019-10-28 08:29:25 +0100 | [diff] [blame] | 7 | from test import run_unittests |
Paul Lewis | e441d1d | 2019-09-16 14:40:20 +0000 | [diff] [blame] | 8 | |
Yang Guo | 75beda9 | 2019-10-28 08:29:25 +0100 | [diff] [blame] | 9 | run_unittests.main() |