blob: 1abad741c84299862ec21f69cb558d6242d54d86 [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_