aboutsummaryrefslogtreecommitdiff
path: root/tests/AssetsLibrary.cpp
diff options
context:
space:
mode:
authorJohn Richardson <john.richardson@arm.com>2017-10-02 16:52:16 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit70f946b02c09632c5b4550939d62840e20a9caa1 (patch)
tree311b7cbac72850ada6b9a4169643192609eef16e /tests/AssetsLibrary.cpp
parenta3b4ce2b848442c4f8bb349307e1fc4a164c3a33 (diff)
downloadComputeLibrary-70f946b02c09632c5b4550939d62840e20a9caa1.tar.gz
COMPMID-489: Move FixedPoint to new validation
Change-Id: Ibb94f44550469ec22553b1f947a7753d3ff90d93 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/90138 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'tests/AssetsLibrary.cpp')
-rw-r--r--tests/AssetsLibrary.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/AssetsLibrary.cpp b/tests/AssetsLibrary.cpp
index 7e380fa8f3..87b0389039 100644
--- a/tests/AssetsLibrary.cpp
+++ b/tests/AssetsLibrary.cpp
@@ -191,6 +191,11 @@ AssetsLibrary::AssetsLibrary(std::string path, std::random_device::result_type s
{
}
+std::string AssetsLibrary::path() const
+{
+ return _library_path;
+}
+
std::random_device::result_type AssetsLibrary::seed() const
{
return _seed;