IVGCVSW-3989 Create the Counter Directory Decoder

Signed-off-by: Finn Williams <Finn.Williams@arm.com>
Change-Id: If388e60434eae39d82b639d2275680679963624c
diff --git a/tests/profiling/gatordmock/CommandFileParser.cpp b/tests/profiling/gatordmock/CommandFileParser.cpp
index e86763b..d08e72c 100644
--- a/tests/profiling/gatordmock/CommandFileParser.cpp
+++ b/tests/profiling/gatordmock/CommandFileParser.cpp
@@ -34,6 +34,15 @@
 
         std::string command = tokens[0];
 
+        if (command == "LIST")
+        {
+            // Expected format for the SET command
+            //
+            //      LIST
+            //
+
+            mockService.SendRequestCounterDir();
+        }
         if (command == "SET")
         {
             // Expected format for the SET command