12 linhas
246 B
Plaintext
12 linhas
246 B
Plaintext
# Copyright 2016 The Fuchsia Authors
|
|
#
|
|
# Use of this source code is governed by a MIT-style
|
|
# license that can be found in the LICENSE file or at
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
module("pci_tests") {
|
|
sources = [
|
|
"pci_tests.c",
|
|
]
|
|
}
|