Added new test config

This commit is contained in:
Arnaud Vergnet 2020-03-22 19:48:36 +01:00
parent 136bc656bc
commit 92d9944c51
2 changed files with 17 additions and 1 deletions

4
.gitignore vendored
View file

@ -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

View 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>