blob: 19263954233c2d8297fa5793d17921410b406ba7 [file] [log] [blame]
Yong Hongf4872de2019-01-30 19:04:18 +08001/* Copyright 2019 The Chromium OS Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6#ifndef HARDWARE_VERIFIER_TEST_UTILS_H_
7#define HARDWARE_VERIFIER_TEST_UTILS_H_
8
9#include <base/files/file_path.h>
10
11namespace hardware_verifier {
12
13// Gets the root path to the test data.
14base::FilePath GetTestDataPath();
15
16} // namespace hardware_verifier
17
18#endif // HARDWARE_VERIFIER_TEST_UTILS_H_