blob: 97555267929d5928994e696d2dfa019560699116 [file] [log] [blame]
Paul Lewise441d1d2019-09-16 14:40:20 +00001#!/usr/bin/env python
2#
Yang Guo4fd355c2019-09-19 10:59:03 +02003# Copyright 2019 The Chromium Authors. All rights reserved.
Paul Lewise441d1d2019-09-16 14:40:20 +00004# Use of this source code is governed by a BSD-style license that can be
5# found in the LICENSE file.
Yang Guo4fd355c2019-09-19 10:59:03 +02006
Yang Guo75beda92019-10-28 08:29:25 +01007from test import run_unittests
Paul Lewise441d1d2019-09-16 14:40:20 +00008
Yang Guo75beda92019-10-28 08:29:25 +01009run_unittests.main()