From 4372dd78062e9bede7c455d57cb3a3a09c9b5db4 Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Tue, 19 Sep 2023 11:32:04 +0200 Subject: [PATCH] Add IDEA run configuration for platform-specific tests --- .idea/runConfigurations/tests__c_.xml | 24 +++++++++++++++++++++++ .idea/runConfigurations/tests__wasi_.xml | 24 +++++++++++++++++++++++ .idea/runConfigurations/tests__wasm__.xml | 24 +++++++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 .idea/runConfigurations/tests__c_.xml create mode 100644 .idea/runConfigurations/tests__wasi_.xml create mode 100644 .idea/runConfigurations/tests__wasm__.xml diff --git a/.idea/runConfigurations/tests__c_.xml b/.idea/runConfigurations/tests__c_.xml new file mode 100644 index 000000000..688f5b3b7 --- /dev/null +++ b/.idea/runConfigurations/tests__c_.xml @@ -0,0 +1,24 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file diff --git a/.idea/runConfigurations/tests__wasi_.xml b/.idea/runConfigurations/tests__wasi_.xml new file mode 100644 index 000000000..2bc9ba876 --- /dev/null +++ b/.idea/runConfigurations/tests__wasi_.xml @@ -0,0 +1,24 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file diff --git a/.idea/runConfigurations/tests__wasm__.xml b/.idea/runConfigurations/tests__wasm__.xml new file mode 100644 index 000000000..ee16a4d4d --- /dev/null +++ b/.idea/runConfigurations/tests__wasm__.xml @@ -0,0 +1,24 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file