From 60858d8697231674c055bd30b34950d9859a6f32 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Fri, 16 Jun 2017 22:47:52 +0300 Subject: Add gradle integration tests --- .idea/compiler.xml | 15 ++----------- .idea/modules.xml | 3 +++ .idea/runConfigurations/All_tests.xml | 7 ++++++ .idea/runConfigurations/Core_tests.xml | 26 ++++++++++++++++++++++ .../runConfigurations/Gradle_integration_tests.xml | 26 ++++++++++++++++++++++ 5 files changed, 64 insertions(+), 13 deletions(-) create mode 100644 .idea/runConfigurations/All_tests.xml create mode 100644 .idea/runConfigurations/Core_tests.xml create mode 100644 .idea/runConfigurations/Gradle_integration_tests.xml (limited to '.idea') diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 3826f563..634de1d7 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -20,10 +20,6 @@ - - - - @@ -34,15 +30,10 @@ - - - - - - - + + @@ -50,8 +41,6 @@ - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index eaa3a486..7e6aaef5 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -21,6 +21,9 @@ + + + diff --git a/.idea/runConfigurations/All_tests.xml b/.idea/runConfigurations/All_tests.xml new file mode 100644 index 00000000..d0d60ec9 --- /dev/null +++ b/.idea/runConfigurations/All_tests.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Core_tests.xml b/.idea/runConfigurations/Core_tests.xml new file mode 100644 index 00000000..6f76e23f --- /dev/null +++ b/.idea/runConfigurations/Core_tests.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Gradle_integration_tests.xml b/.idea/runConfigurations/Gradle_integration_tests.xml new file mode 100644 index 00000000..20af8f96 --- /dev/null +++ b/.idea/runConfigurations/Gradle_integration_tests.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + \ No newline at end of file -- cgit