aboutsummaryrefslogtreecommitdiff
path: root/tests/Globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Globals.h')
-rw-r--r--tests/Globals.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Globals.h b/tests/Globals.h
index 2a13f343d0..db79e33f02 100644
--- a/tests/Globals.h
+++ b/tests/Globals.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2019 ARM Limited.
+ * Copyright (c) 2017-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -34,6 +34,7 @@ namespace arm_compute
namespace test
{
extern std::unique_ptr<AssetsLibrary> library;
+extern std::unique_ptr<AssetsLibrary> fixed_library;
extern std::unique_ptr<ParametersLibrary> parameters;
} // namespace test
} // namespace arm_compute