From f98778e3314405aa23b54b31981b15919bb92805 Mon Sep 17 00:00:00 2001 From: Dmitriy Dolovov Date: Sat, 18 Jun 2022 23:16:50 +0400 Subject: [PATCH] Add IDEA run configurations for KLIB ABI tests --- .../Test__JS_KLIB_ABI_compatibility.xml | 25 +++++++++++++++++++ ...ve_KLIB_ABI_compatibility___cache_dist.xml | 25 +++++++++++++++++++ ...B_ABI_compatibility___cache_everywhere.xml | 25 +++++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 .idea/runConfigurations/Test__JS_KLIB_ABI_compatibility.xml create mode 100644 .idea/runConfigurations/Test__Native_KLIB_ABI_compatibility___cache_dist.xml create mode 100644 .idea/runConfigurations/Test__Native_KLIB_ABI_compatibility___cache_everywhere.xml diff --git a/.idea/runConfigurations/Test__JS_KLIB_ABI_compatibility.xml b/.idea/runConfigurations/Test__JS_KLIB_ABI_compatibility.xml new file mode 100644 index 00000000000..eecc742f109 --- /dev/null +++ b/.idea/runConfigurations/Test__JS_KLIB_ABI_compatibility.xml @@ -0,0 +1,25 @@ + + + + + + + false + true + false + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Test__Native_KLIB_ABI_compatibility___cache_dist.xml b/.idea/runConfigurations/Test__Native_KLIB_ABI_compatibility___cache_dist.xml new file mode 100644 index 00000000000..3073b9f20fe --- /dev/null +++ b/.idea/runConfigurations/Test__Native_KLIB_ABI_compatibility___cache_dist.xml @@ -0,0 +1,25 @@ + + + + + + + false + true + false + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Test__Native_KLIB_ABI_compatibility___cache_everywhere.xml b/.idea/runConfigurations/Test__Native_KLIB_ABI_compatibility___cache_everywhere.xml new file mode 100644 index 00000000000..26ea06c6998 --- /dev/null +++ b/.idea/runConfigurations/Test__Native_KLIB_ABI_compatibility___cache_everywhere.xml @@ -0,0 +1,25 @@ + + + + + + + false + true + false + + + \ No newline at end of file