From 92d9944c51c8c6c57014f120fc9f97a2d77ffca0 Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Sun, 22 Mar 2020 19:48:36 +0100 Subject: [PATCH] Added new test config --- .gitignore | 4 +++- .idea/runConfigurations/Algos_Tests.xml | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .idea/runConfigurations/Algos_Tests.xml diff --git a/.gitignore b/.gitignore index 51cfa42..89cedfe 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.idea/runConfigurations/Algos_Tests.xml b/.idea/runConfigurations/Algos_Tests.xml new file mode 100644 index 0000000..4c58b98 --- /dev/null +++ b/.idea/runConfigurations/Algos_Tests.xml @@ -0,0 +1,14 @@ + + + + + + \ No newline at end of file