Added new test config
This commit is contained in:
parent
136bc656bc
commit
92d9944c51
2 changed files with 17 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -18,7 +18,9 @@ doc
|
|||
*.mapgr
|
||||
*.path
|
||||
*.tgz
|
||||
/.idea/
|
||||
!/.idea/
|
||||
/.idea/*
|
||||
!/.idea/runConfigurations/
|
||||
/be-graphes-all.iml
|
||||
/be-graphes-gui/be-graphes-gui.iml
|
||||
/be-graphes-algos/be-graphes-algos.iml
|
||||
|
|
14
.idea/runConfigurations/Algos_Tests.xml
Normal file
14
.idea/runConfigurations/Algos_Tests.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Algos Tests" type="JUnit" factoryName="JUnit">
|
||||
<module name="be-graphes-algos" />
|
||||
<useClassPathOnly />
|
||||
<option name="PACKAGE_NAME" value="" />
|
||||
<option name="MAIN_CLASS_NAME" value="" />
|
||||
<option name="METHOD_NAME" value="" />
|
||||
<option name="TEST_OBJECT" value="package" />
|
||||
<option name="PARAMETERS" value="" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
</component>
|
Loading…
Reference in a new issue