From d1b868a680764ec0338f353fcc4eed66ef5ff0d4 Mon Sep 17 00:00:00 2001
From: Torsten Grote <t@grobox.de>
Date: Fri, 22 Oct 2021 15:30:13 -0300
Subject: [PATCH] Add run configurations to repo

---
 .run/All unit tests.run.xml        |  9 +++++++++
 .run/_mailbox-android_test.run.xml | 24 ++++++++++++++++++++++++
 .run/_mailbox-cli_test.run.xml     | 24 ++++++++++++++++++++++++
 .run/_mailbox-core_test.run.xml    | 24 ++++++++++++++++++++++++
 4 files changed, 81 insertions(+)
 create mode 100644 .run/All unit tests.run.xml
 create mode 100644 .run/_mailbox-android_test.run.xml
 create mode 100644 .run/_mailbox-cli_test.run.xml
 create mode 100644 .run/_mailbox-core_test.run.xml

diff --git a/.run/All unit tests.run.xml b/.run/All unit tests.run.xml
new file mode 100644
index 00000000..95c8e8b2
--- /dev/null
+++ b/.run/All unit tests.run.xml	
@@ -0,0 +1,9 @@
+<component name="ProjectRunConfigurationManager">
+	<configuration default="false" name="All unit tests" type="CompoundRunConfigurationType">
+		<toRun name="mailbox [ktlintCheck]" type="GradleRunConfiguration" />
+		<toRun name=":mailbox-android:test" type="GradleRunConfiguration" />
+		<toRun name=":mailbox-core:test" type="GradleRunConfiguration" />
+		<toRun name=":mailbox-cli:test" type="GradleRunConfiguration" />
+		<method v="2" />
+	</configuration>
+</component>
\ No newline at end of file
diff --git a/.run/_mailbox-android_test.run.xml b/.run/_mailbox-android_test.run.xml
new file mode 100644
index 00000000..b177c564
--- /dev/null
+++ b/.run/_mailbox-android_test.run.xml
@@ -0,0 +1,24 @@
+<component name="ProjectRunConfigurationManager">
+	<configuration default="false" name=":mailbox-android:test" type="GradleRunConfiguration"
+		factoryName="Gradle">
+		<ExternalSystemSettings>
+			<option name="executionName" />
+			<option name="externalProjectPath" value="$PROJECT_DIR$" />
+			<option name="externalSystemIdString" value="GRADLE" />
+			<option name="scriptParameters" value="" />
+			<option name="taskDescriptions">
+				<list />
+			</option>
+			<option name="taskNames">
+				<list>
+					<option value=":mailbox-android:test" />
+				</list>
+			</option>
+			<option name="vmOptions" value="" />
+		</ExternalSystemSettings>
+		<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
+		<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
+		<DebugAllEnabled>false</DebugAllEnabled>
+		<method v="2" />
+	</configuration>
+</component>
\ No newline at end of file
diff --git a/.run/_mailbox-cli_test.run.xml b/.run/_mailbox-cli_test.run.xml
new file mode 100644
index 00000000..b1941fe4
--- /dev/null
+++ b/.run/_mailbox-cli_test.run.xml
@@ -0,0 +1,24 @@
+<component name="ProjectRunConfigurationManager">
+	<configuration default="false" name=":mailbox-cli:test" type="GradleRunConfiguration"
+		factoryName="Gradle">
+		<ExternalSystemSettings>
+			<option name="executionName" />
+			<option name="externalProjectPath" value="$PROJECT_DIR$" />
+			<option name="externalSystemIdString" value="GRADLE" />
+			<option name="scriptParameters" value="" />
+			<option name="taskDescriptions">
+				<list />
+			</option>
+			<option name="taskNames">
+				<list>
+					<option value=":mailbox-cli:test" />
+				</list>
+			</option>
+			<option name="vmOptions" value="" />
+		</ExternalSystemSettings>
+		<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
+		<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
+		<DebugAllEnabled>false</DebugAllEnabled>
+		<method v="2" />
+	</configuration>
+</component>
\ No newline at end of file
diff --git a/.run/_mailbox-core_test.run.xml b/.run/_mailbox-core_test.run.xml
new file mode 100644
index 00000000..35a95dce
--- /dev/null
+++ b/.run/_mailbox-core_test.run.xml
@@ -0,0 +1,24 @@
+<component name="ProjectRunConfigurationManager">
+	<configuration default="false" name=":mailbox-core:test" type="GradleRunConfiguration"
+		factoryName="Gradle">
+		<ExternalSystemSettings>
+			<option name="executionName" />
+			<option name="externalProjectPath" value="$PROJECT_DIR$" />
+			<option name="externalSystemIdString" value="GRADLE" />
+			<option name="scriptParameters" value="" />
+			<option name="taskDescriptions">
+				<list />
+			</option>
+			<option name="taskNames">
+				<list>
+					<option value=":mailbox-core:test" />
+				</list>
+			</option>
+			<option name="vmOptions" value="" />
+		</ExternalSystemSettings>
+		<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
+		<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
+		<DebugAllEnabled>false</DebugAllEnabled>
+		<method v="2" />
+	</configuration>
+</component>
\ No newline at end of file
-- 
GitLab