From 2d5d41b162af5c64e5716e30ec7198055a30cfda Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Mon, 10 May 2021 10:38:38 +1000 Subject: [PATCH] added clion run configs --- .idea/fif.iml | 6 +----- .idea/runConfigurations/Coverage.xml | 19 +++++++++++++++++++ .idea/runConfigurations/Run.xml | 19 +++++++++++++++++++ .idea/runConfigurations/Test.xml | 19 +++++++++++++++++++ .idea/runConfigurations/Test__infer_.xml | 19 +++++++++++++++++++ 5 files changed, 77 insertions(+), 5 deletions(-) create mode 100644 .idea/runConfigurations/Coverage.xml create mode 100644 .idea/runConfigurations/Run.xml create mode 100644 .idea/runConfigurations/Test.xml create mode 100644 .idea/runConfigurations/Test__infer_.xml diff --git a/.idea/fif.iml b/.idea/fif.iml index b22d9da..9c6974e 100644 --- a/.idea/fif.iml +++ b/.idea/fif.iml @@ -1,13 +1,9 @@ - - - - - + diff --git a/.idea/runConfigurations/Coverage.xml b/.idea/runConfigurations/Coverage.xml new file mode 100644 index 0000000..ee43215 --- /dev/null +++ b/.idea/runConfigurations/Coverage.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Run.xml b/.idea/runConfigurations/Run.xml new file mode 100644 index 0000000..f367ac8 --- /dev/null +++ b/.idea/runConfigurations/Run.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Test.xml b/.idea/runConfigurations/Test.xml new file mode 100644 index 0000000..d9fd454 --- /dev/null +++ b/.idea/runConfigurations/Test.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Test__infer_.xml b/.idea/runConfigurations/Test__infer_.xml new file mode 100644 index 0000000..a05e88f --- /dev/null +++ b/.idea/runConfigurations/Test__infer_.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file