From ea901a33d37ec9be95e4a7c378efefb6c55f4503 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 7 Dec 2016 20:19:07 +0200 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=9CTest=E2=80=9D=20target=20for=20E?= =?UTF-8?q?clipse=20&=20Sublime=20Text=20IDEs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs | 2 +- platformio/ide/tpls/eclipse/.cproject.tpl | 8 ++++++++ .../ide/tpls/sublimetext/platformio.sublime-project.tpl | 9 +++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs b/docs index cc1cb4bf..e0ad6f1f 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit cc1cb4bf30c6433131bac0365f973e7d757180c7 +Subproject commit e0ad6f1fafbf6f8d1a41b960bf9e5691dfde9a6a diff --git a/platformio/ide/tpls/eclipse/.cproject.tpl b/platformio/ide/tpls/eclipse/.cproject.tpl index fb03c356..3060a7bb 100644 --- a/platformio/ide/tpls/eclipse/.cproject.tpl +++ b/platformio/ide/tpls/eclipse/.cproject.tpl @@ -158,6 +158,14 @@ true false + + platformio + -f -c eclipse + test + true + true + false + platformio -f -c eclipse diff --git a/platformio/ide/tpls/sublimetext/platformio.sublime-project.tpl b/platformio/ide/tpls/sublimetext/platformio.sublime-project.tpl index 5db5397f..f189887b 100644 --- a/platformio/ide/tpls/sublimetext/platformio.sublime-project.tpl +++ b/platformio/ide/tpls/sublimetext/platformio.sublime-project.tpl @@ -31,6 +31,15 @@ ], "name": "Clean" }, + { + "cmd": + [ + "platformio", + "-f", "-c", "sublimetext", + "test" + ], + "name": "Test" + }, { "cmd": [