aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorColm Donelan <Colm.Donelan@arm.com>2019-09-05 10:03:56 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-09-06 12:13:51 +0000
commit366023fcb63d0ade5bd742ede2fc27899296877c (patch)
tree9c940e53ff15d31461f6c44067dcaf41c1a181f4 /cmake
parent07882f1750f0ff83a955fe8e9c363ca26059f084 (diff)
downloadarmnn-366023fcb63d0ade5bd742ede2fc27899296877c.tar.gz
IVGCVSW-3719 Create test program executable.
Introduce a new test utility that simulates the Gatord service. This will be used to test the external profiling features. Change-Id: Ib7c75c1302650e140945cd66d272c23af3aac760 Signed-off-by: Colm Donelan <Colm.Donelan@arm.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/GlobalConfig.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/GlobalConfig.cmake b/cmake/GlobalConfig.cmake
index 9c59abfe8c..4880d591ab 100644
--- a/cmake/GlobalConfig.cmake
+++ b/cmake/GlobalConfig.cmake
@@ -21,6 +21,7 @@ option(FLATC_DIR "Path to Flatbuffers compiler" OFF)
option(TF_LITE_GENERATED_PATH "Tensorflow lite generated C++ schema location" OFF)
option(FLATBUFFERS_ROOT "Location where the flatbuffers 'include' and 'lib' folders to be found" Off)
option(DYNAMIC_BACKEND_PATHS "Colon seperated list of paths where to load the dynamic backends from" "")
+option(BUILD_GATORD_MOCK "Build the Gatord simulator for external profiling testing." OFF)
include(SelectLibraryConfigurations)