Yong Hong | f4872de | 2019-01-30 19:04:18 +0800 | [diff] [blame^] | 1 | /* 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 | |
| 11 | namespace hardware_verifier { |
| 12 | |
| 13 | // Gets the root path to the test data. |
| 14 | base::FilePath GetTestDataPath(); |
| 15 | |
| 16 | } // namespace hardware_verifier |
| 17 | |
| 18 | #endif // HARDWARE_VERIFIER_TEST_UTILS_H_ |