From 69ea80bfdf4dfe542f788c00dea990ce2aa49a56 Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Thu, 26 Jan 2023 09:17:29 +0100 Subject: [PATCH] Add IDEA run configurations --- .../runConfigurations/build_and_run_tests.xml | 23 +++++++++++++++++++ .idea/runConfigurations/tests.xml | 23 +++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 .idea/runConfigurations/build_and_run_tests.xml create mode 100644 .idea/runConfigurations/tests.xml diff --git a/.idea/runConfigurations/build_and_run_tests.xml b/.idea/runConfigurations/build_and_run_tests.xml new file mode 100644 index 000000000..b5288dc23 --- /dev/null +++ b/.idea/runConfigurations/build_and_run_tests.xml @@ -0,0 +1,23 @@ + + + + + + + true + true + false + + + \ No newline at end of file diff --git a/.idea/runConfigurations/tests.xml b/.idea/runConfigurations/tests.xml new file mode 100644 index 000000000..500849ba0 --- /dev/null +++ b/.idea/runConfigurations/tests.xml @@ -0,0 +1,23 @@ + + + + + + + true + true + false + + + \ No newline at end of file