kunit.py (1e04538c751bfc572bfa9995996c7f4af098a625) | kunit.py (c25ce589dca10d64dde139ae093abc258a32869c) |
---|---|
1#!/usr/bin/python3 | 1#!/usr/bin/env python3 |
2# SPDX-License-Identifier: GPL-2.0 3# 4# A thin wrapper on top of the KUnit Kernel 5# 6# Copyright (C) 2019, Google LLC. 7# Author: Felix Guo <felixguoxiuping@gmail.com> 8# Author: Brendan Higgins <brendanhiggins@google.com> 9 --- 339 unchanged lines hidden --- | 2# SPDX-License-Identifier: GPL-2.0 3# 4# A thin wrapper on top of the KUnit Kernel 5# 6# Copyright (C) 2019, Google LLC. 7# Author: Felix Guo <felixguoxiuping@gmail.com> 8# Author: Brendan Higgins <brendanhiggins@google.com> 9 --- 339 unchanged lines hidden --- |