1 /* 2 * Copyright 2019 The Hafnium Authors. 3 * 4 * Use of this source code is governed by a BSD-style 5 * license that can be found in the LICENSE file or at 6 * https://opensource.org/licenses/BSD-3-Clause. 7 */ 8 9 #include "hf/fdt.h" 10 #include "hf/memiter.h" 11 12 #include "test/hftest_impl.h" 13 14 void hftest_use_registered_list(void); 15 void hftest_use_list(struct hftest_test list[], size_t count); 16 17 void hftest_json(void); 18 void hftest_run(struct memiter suite_name, struct memiter test_name, 19 const struct fdt *fdt); 20 void hftest_help(void); 21