From 0b1c3a09a903d69b7558b5b4515a54fdfb3a26b9 Mon Sep 17 00:00:00 2001 From: "rick.parker" Date: Fri, 9 Sep 2016 10:19:34 +0100 Subject: [PATCH] Remove non-gradle "All tests" as seems to hang and add several Gradle based run configurations. Added buildCordaJAR to install step. --- .idea/runConfigurations/All_tests.xml | 24 ------------------- .../All_tests__Unit___Integration_.xml | 22 +++++++++++++++++ .idea/runConfigurations/Clean.xml | 20 ++++++++++++++++ .idea/runConfigurations/Clean___Install.xml | 22 +++++++++++++++++ .idea/runConfigurations/Integration_tests.xml | 21 ++++++++++++++++ .idea/runConfigurations/Unit_tests.xml | 21 ++++++++++++++++ 6 files changed, 106 insertions(+), 24 deletions(-) delete mode 100644 .idea/runConfigurations/All_tests.xml create mode 100644 .idea/runConfigurations/All_tests__Unit___Integration_.xml create mode 100644 .idea/runConfigurations/Clean.xml create mode 100644 .idea/runConfigurations/Clean___Install.xml create mode 100644 .idea/runConfigurations/Integration_tests.xml create mode 100644 .idea/runConfigurations/Unit_tests.xml diff --git a/.idea/runConfigurations/All_tests.xml b/.idea/runConfigurations/All_tests.xml deleted file mode 100644 index 845ad5e5cc..0000000000 --- a/.idea/runConfigurations/All_tests.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/All_tests__Unit___Integration_.xml b/.idea/runConfigurations/All_tests__Unit___Integration_.xml new file mode 100644 index 0000000000..d8df920fb1 --- /dev/null +++ b/.idea/runConfigurations/All_tests__Unit___Integration_.xml @@ -0,0 +1,22 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Clean.xml b/.idea/runConfigurations/Clean.xml new file mode 100644 index 0000000000..77a03f8fb2 --- /dev/null +++ b/.idea/runConfigurations/Clean.xml @@ -0,0 +1,20 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Clean___Install.xml b/.idea/runConfigurations/Clean___Install.xml new file mode 100644 index 0000000000..57e99db323 --- /dev/null +++ b/.idea/runConfigurations/Clean___Install.xml @@ -0,0 +1,22 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Integration_tests.xml b/.idea/runConfigurations/Integration_tests.xml new file mode 100644 index 0000000000..bc687148d3 --- /dev/null +++ b/.idea/runConfigurations/Integration_tests.xml @@ -0,0 +1,21 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Unit_tests.xml b/.idea/runConfigurations/Unit_tests.xml new file mode 100644 index 0000000000..0d8cb29ee7 --- /dev/null +++ b/.idea/runConfigurations/Unit_tests.xml @@ -0,0 +1,21 @@ + + + + + + + + + \ No newline at end of file