blob: 7f4187db37c012550132e09f3641507800ee004a [file] [log] [blame]
#ifndef AOS_TESTING_PATH_H_
#define AOS_TESTING_PATH_H_
#include <string>
#include <string_view>
namespace aos {
namespace testing {
// Returns the path to the provided artifact which works
std::string ArtifactPath(std::string_view path);
} // namespace testing
} // namespace aos
#endif // AOS_TESTING_PATH_H_