From 4a4d8f4ccfd530ba6c97d64e4a838d178887df99 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Fri, 24 Sep 2021 14:02:41 +0100 Subject: [PATCH] Convert AS run configurations for tests to Gradle. --- .idea/runConfigurations/All_tests.xml | 43 ++++++++++------- .../All_tests_in_bramble_android.xml | 31 ++++++++----- .../All_tests_in_bramble_api.xml | 33 ++++++++----- .../All_tests_in_bramble_core.xml | 33 ++++++++----- .../All_tests_in_bramble_java.xml | 32 ++++++++----- .../All_tests_in_briar_android.xml | 32 ++++++++----- .../All_tests_in_briar_api.xml | 33 ++++++++----- .../All_tests_in_briar_core.xml | 33 ++++++++----- .../All_tests_in_briar_headless.xml | 32 ++++++++----- .idea/runConfigurations/BridgeTest.xml | 46 ++++++++++--------- .../runConfigurations/H2_Performance_Test.xml | 14 ------ .../HyperSQL_Performance_Test.xml | 14 ------ 12 files changed, 221 insertions(+), 155 deletions(-) delete mode 100644 .idea/runConfigurations/H2_Performance_Test.xml delete mode 100644 .idea/runConfigurations/HyperSQL_Performance_Test.xml diff --git a/.idea/runConfigurations/All_tests.xml b/.idea/runConfigurations/All_tests.xml index b06a2885f..b7013af17 100644 --- a/.idea/runConfigurations/All_tests.xml +++ b/.idea/runConfigurations/All_tests.xml @@ -1,21 +1,32 @@ - - - \ No newline at end of file diff --git a/.idea/runConfigurations/All_tests_in_bramble_android.xml b/.idea/runConfigurations/All_tests_in_bramble_android.xml index 9f8de78f6..949652073 100644 --- a/.idea/runConfigurations/All_tests_in_bramble_android.xml +++ b/.idea/runConfigurations/All_tests_in_bramble_android.xml @@ -1,14 +1,23 @@ - - - \ No newline at end of file diff --git a/.idea/runConfigurations/All_tests_in_bramble_api.xml b/.idea/runConfigurations/All_tests_in_bramble_api.xml index ab803f78c..db0d29da2 100644 --- a/.idea/runConfigurations/All_tests_in_bramble_api.xml +++ b/.idea/runConfigurations/All_tests_in_bramble_api.xml @@ -1,14 +1,25 @@ - - - \ No newline at end of file diff --git a/.idea/runConfigurations/All_tests_in_bramble_core.xml b/.idea/runConfigurations/All_tests_in_bramble_core.xml index 141d5129b..6f33d762c 100644 --- a/.idea/runConfigurations/All_tests_in_bramble_core.xml +++ b/.idea/runConfigurations/All_tests_in_bramble_core.xml @@ -1,14 +1,25 @@ - - - \ No newline at end of file diff --git a/.idea/runConfigurations/All_tests_in_bramble_java.xml b/.idea/runConfigurations/All_tests_in_bramble_java.xml index a695e20b5..5b60abf3d 100644 --- a/.idea/runConfigurations/All_tests_in_bramble_java.xml +++ b/.idea/runConfigurations/All_tests_in_bramble_java.xml @@ -1,15 +1,23 @@ - - - \ No newline at end of file diff --git a/.idea/runConfigurations/All_tests_in_briar_android.xml b/.idea/runConfigurations/All_tests_in_briar_android.xml index 323723989..a20acd050 100644 --- a/.idea/runConfigurations/All_tests_in_briar_android.xml +++ b/.idea/runConfigurations/All_tests_in_briar_android.xml @@ -1,14 +1,24 @@ - - - \ No newline at end of file diff --git a/.idea/runConfigurations/All_tests_in_briar_api.xml b/.idea/runConfigurations/All_tests_in_briar_api.xml index 50ba303f8..52a2206c7 100644 --- a/.idea/runConfigurations/All_tests_in_briar_api.xml +++ b/.idea/runConfigurations/All_tests_in_briar_api.xml @@ -1,14 +1,25 @@ - - - \ No newline at end of file diff --git a/.idea/runConfigurations/All_tests_in_briar_core.xml b/.idea/runConfigurations/All_tests_in_briar_core.xml index 3c2189983..bb2ca1b52 100644 --- a/.idea/runConfigurations/All_tests_in_briar_core.xml +++ b/.idea/runConfigurations/All_tests_in_briar_core.xml @@ -1,14 +1,25 @@ - - - \ No newline at end of file diff --git a/.idea/runConfigurations/All_tests_in_briar_headless.xml b/.idea/runConfigurations/All_tests_in_briar_headless.xml index aa823d803..9698bedee 100644 --- a/.idea/runConfigurations/All_tests_in_briar_headless.xml +++ b/.idea/runConfigurations/All_tests_in_briar_headless.xml @@ -1,15 +1,23 @@ - - - \ No newline at end of file diff --git a/.idea/runConfigurations/BridgeTest.xml b/.idea/runConfigurations/BridgeTest.xml index 4a98e7642..5fe4c5a46 100644 --- a/.idea/runConfigurations/BridgeTest.xml +++ b/.idea/runConfigurations/BridgeTest.xml @@ -1,24 +1,28 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/H2_Performance_Test.xml b/.idea/runConfigurations/H2_Performance_Test.xml deleted file mode 100644 index bee408cb7..000000000 --- a/.idea/runConfigurations/H2_Performance_Test.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/HyperSQL_Performance_Test.xml b/.idea/runConfigurations/HyperSQL_Performance_Test.xml deleted file mode 100644 index 4d8118b1c..000000000 --- a/.idea/runConfigurations/HyperSQL_Performance_Test.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - \ No newline at end of file