blob: f0d07c1a2709358211e6de08c84e95ce60a6d8aa [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
TESTS = []
def _append_tests(tests):
for t in tests:
TESTS.append(t)
load("//test/dummy-pass.star", t0 = "TESTS")
_append_tests(t0)
load("//test/result.star", t1 = "TESTS")
_append_tests(t1)
load("//test/log.star", t2 = "TESTS")
_append_tests(t2)
load("//test/artifact.star", t3 = "TESTS")
_append_tests(t3)