Browse Source

Added new test config

Arnaud Vergnet 4 years ago
parent
commit
92d9944c51
2 changed files with 17 additions and 1 deletions
  1. 3
    1
      .gitignore
  2. 14
    0
      .idea/runConfigurations/Algos_Tests.xml

+ 3
- 1
.gitignore View File

@@ -18,7 +18,9 @@ doc
18 18
 *.mapgr
19 19
 *.path
20 20
 *.tgz
21
-/.idea/
21
+!/.idea/
22
+/.idea/*
23
+!/.idea/runConfigurations/
22 24
 /be-graphes-all.iml
23 25
 /be-graphes-gui/be-graphes-gui.iml
24 26
 /be-graphes-algos/be-graphes-algos.iml

+ 14
- 0
.idea/runConfigurations/Algos_Tests.xml View File

@@ -0,0 +1,14 @@
1
+<component name="ProjectRunConfigurationManager">
2
+  <configuration default="false" name="Algos Tests" type="JUnit" factoryName="JUnit">
3
+    <module name="be-graphes-algos" />
4
+    <useClassPathOnly />
5
+    <option name="PACKAGE_NAME" value="" />
6
+    <option name="MAIN_CLASS_NAME" value="" />
7
+    <option name="METHOD_NAME" value="" />
8
+    <option name="TEST_OBJECT" value="package" />
9
+    <option name="PARAMETERS" value="" />
10
+    <method v="2">
11
+      <option name="Make" enabled="true" />
12
+    </method>
13
+  </configuration>
14
+</component>

Loading…
Cancel
Save