blob: 286290c04af93be787aa6152f06fca082569ca6c [file] [log] [blame]
# Copyright 2021 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/testing/host_test_data.gni")
if (is_host) {
host_test_data("skipdir") {
sources = [
"config.json",
"root/dontSkip/skipMe/testE.py",
"root/dontSkip/testF.py",
"root/skipMe/dontSkipMe/testC.py",
"root/skipMe/testB.py",
"root/skipMeCompletely/testD.py",
"root/testA.py",
# The path to the generated test directory includes the host architecture
# so the generated hash depends on that directory name.
"want_${current_cpu}.json",
]
outputs = [ "$root_gen_dir/{{source}}" ]
}
}