blob: cbfd98714975adf5ad03fe1ad8350fc3cbc0fd75 [file] [log] [blame] [edit]
# Copyright (c) 2014 The Native Client Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# This file describes a set of test package targets used for unit testing.
{
"package_targets": {
"platform": {
"arch_all": [
"empty_package_target",
"standard_package_target",
"second_package_target",
"shared_package_target"
],
"arch_non_shared": [
"empty_package_target",
"standard_package_target",
"second_package_target"
],
"arch_shared": [
"shared_package_target"
]
}
},
"shared": [
"shared_package"
],
"packages": {
"empty_package_target": [
],
"standard_package_target": [
"package_1",
"package_2"
],
"second_package_target": [
"package_2"
],
"shared_package_target": [
"shared_package"
]
}
}