From 9d6da148478a1ef372334aabce5e12c408c9929e Mon Sep 17 00:00:00 2001 From: Ilya Kirillov Date: Fri, 19 Nov 2021 18:49:45 +0100 Subject: [PATCH] Add run configurations for running Analysis API Tests --- .../Analysis_API_FE1_0_Tests.xml | 21 +++++++++++++++++++ .../Analysis_API_FIR_Tests.xml | 21 +++++++++++++++++++ .../Low_Level_FIR_API_Tests.xml | 21 +++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 .idea/runConfigurations/Analysis_API_FE1_0_Tests.xml create mode 100644 .idea/runConfigurations/Analysis_API_FIR_Tests.xml create mode 100644 .idea/runConfigurations/Low_Level_FIR_API_Tests.xml diff --git a/.idea/runConfigurations/Analysis_API_FE1_0_Tests.xml b/.idea/runConfigurations/Analysis_API_FE1_0_Tests.xml new file mode 100644 index 00000000000..7cfbc213287 --- /dev/null +++ b/.idea/runConfigurations/Analysis_API_FE1_0_Tests.xml @@ -0,0 +1,21 @@ + + + + + + + false + true + false + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Analysis_API_FIR_Tests.xml b/.idea/runConfigurations/Analysis_API_FIR_Tests.xml new file mode 100644 index 00000000000..756ef5c7e09 --- /dev/null +++ b/.idea/runConfigurations/Analysis_API_FIR_Tests.xml @@ -0,0 +1,21 @@ + + + + + + + false + true + false + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Low_Level_FIR_API_Tests.xml b/.idea/runConfigurations/Low_Level_FIR_API_Tests.xml new file mode 100644 index 00000000000..0be29f5fc75 --- /dev/null +++ b/.idea/runConfigurations/Low_Level_FIR_API_Tests.xml @@ -0,0 +1,21 @@ + + + + + + + false + true + false + + + \ No newline at end of file